Fixed compatibility with OptiFine

This commit is contained in:
Nan1t
2020-12-27 20:08:08 +02:00
parent 6d5c1628a9
commit c083abae28
3 changed files with 14 additions and 119 deletions

View File

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