mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2026-02-10 19:06:14 +01:00
Fixed compatibility with OptiFine
This commit is contained in:
@@ -63,7 +63,7 @@ public final class LimboServer {
|
||||
Logger.setLevel(config.getDebugLevel());
|
||||
|
||||
dimensionRegistry = new DimensionRegistry();
|
||||
dimensionRegistry.load(config.getDimensionType());
|
||||
dimensionRegistry.load(this, config.getDimensionType());
|
||||
connections = new Connections();
|
||||
|
||||
ClientConnection.preInitPackets(this);
|
||||
|
||||
Reference in New Issue
Block a user