mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Some minor changes
This commit is contained in:
parent
9748763097
commit
4afef52928
4 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id("geyser.shadow-conventions")
|
||||
id("geyser.publish-conventions")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -259,6 +259,6 @@ public class GeyserVelocityPlatform implements GeyserBootstrap, IsolatedPlatform
|
|||
|
||||
@Override
|
||||
public void disable() {
|
||||
this.onGeyserDisable();
|
||||
this.onGeyserShutdown();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -120,7 +120,7 @@ public class GeyserViaProxyPlugin extends ViaProxyPlugin implements GeyserBootst
|
|||
return;
|
||||
}
|
||||
|
||||
this.geyser = GeyserImpl.load(PlatformType.VIAPROXY, this);
|
||||
this.geyser = GeyserImpl.load(PlatformType.VIAPROXY, this, null);
|
||||
LoopbackUtil.checkAndApplyLoopback(this.logger);
|
||||
}
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ dependencies {
|
|||
|
||||
// Test
|
||||
testImplementation(libs.junit)
|
||||
testImplementation(projects.isolation)
|
||||
|
||||
// Annotation Processors
|
||||
compileOnly(projects.ap)
|
||||
|
|
Loading…
Reference in a new issue