Add fix for 1.19.3 here already

This commit is contained in:
ZacSharp 2023-01-10 18:52:18 +01:00
parent 1680eeb80d
commit 77b2b26a7a
No known key found for this signature in database
GPG Key ID: 9453647B005083A3

View File

@ -142,6 +142,8 @@ public class WorldProvider implements IWorldProvider, Helper {
if (mc.world != null) {
initWorld(mc.world.provider.getDimensionType().getId());
}
} else if (currentWorld == null && mc.world != null) {
initWorld(mc.world.provider.getDimensionType().getId());
}
}
}