fix tabbing

This commit is contained in:
Wagyourtail
2022-02-02 14:10:20 -07:00
parent a32811942e
commit 91bfab30e0

View File

@@ -81,12 +81,12 @@ public class WorldProvider implements IWorldProvider, Helper {
} else {
if (mc.getCurrentServer() != null) {
folderName = mc.getCurrentServer().ip;
} else {
//replaymod causes null currentServerData and false singleplayer.
currentWorld = null;
return;
} else {
//replaymod causes null currentServerData and false singleplayer.
currentWorld = null;
return;
}
}
}
if (SystemUtils.IS_OS_WINDOWS) {
folderName = folderName.replace(":", "_");
}