mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2026-02-10 19:06:14 +01:00
Modified dimension registry and join packet
This commit is contained in:
@@ -53,8 +53,8 @@ public final class LimboServer {
|
||||
|
||||
Logger.setLevel(config.getDebugLevel());
|
||||
|
||||
dimensionRegistry = new DimensionRegistry();
|
||||
dimensionRegistry.load(this, config.getDimensionType());
|
||||
dimensionRegistry = new DimensionRegistry(this);
|
||||
dimensionRegistry.load(config.getDimensionType());
|
||||
connections = new Connections();
|
||||
|
||||
ClientConnection.initPackets(this);
|
||||
|
||||
Reference in New Issue
Block a user