some people are getting a null worldData bug. add a debug line to see if its here

This commit is contained in:
Wagyourtail
2022-12-12 12:54:06 -07:00
parent db842445f6
commit 35b7c48430

View File

@@ -83,6 +83,7 @@ public class WorldProvider implements IWorldProvider, Helper {
folderName = mc.getCurrentServer().ip;
} else {
//replaymod causes null currentServerData and false singleplayer.
System.out.println("BARITONE: setting current world to null");
currentWorld = null;
return;
}