Some minor changes

This commit is contained in:
Tim203 2024-02-25 22:59:41 +01:00
parent 9748763097
commit 4afef52928
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -259,6 +259,6 @@ public class GeyserVelocityPlatform implements GeyserBootstrap, IsolatedPlatform
@Override
public void disable() {
this.onGeyserDisable();
this.onGeyserShutdown();
}
}

View file

@ -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);
}