Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-16 04:50:07 +01:00
Some minor changes
Dieser Commit ist enthalten in:
Ursprung
9748763097
Commit
4afef52928
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id("geyser.shadow-conventions")
|
id("geyser.publish-conventions")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -259,6 +259,6 @@ public class GeyserVelocityPlatform implements GeyserBootstrap, IsolatedPlatform
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void disable() {
|
public void disable() {
|
||||||
this.onGeyserDisable();
|
this.onGeyserShutdown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -120,7 +120,7 @@ public class GeyserViaProxyPlugin extends ViaProxyPlugin implements GeyserBootst
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.geyser = GeyserImpl.load(PlatformType.VIAPROXY, this);
|
this.geyser = GeyserImpl.load(PlatformType.VIAPROXY, this, null);
|
||||||
LoopbackUtil.checkAndApplyLoopback(this.logger);
|
LoopbackUtil.checkAndApplyLoopback(this.logger);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ dependencies {
|
|||||||
|
|
||||||
// Test
|
// Test
|
||||||
testImplementation(libs.junit)
|
testImplementation(libs.junit)
|
||||||
|
testImplementation(projects.isolation)
|
||||||
|
|
||||||
// Annotation Processors
|
// Annotation Processors
|
||||||
compileOnly(projects.ap)
|
compileOnly(projects.ap)
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren