fix tabbing

This commit is contained in:
Wagyourtail 2022-02-02 14:10:20 -07:00
parent a32811942e
commit 91bfab30e0
No known key found for this signature in database
GPG Key ID: B3A2A4A58244B050
1 changed files with 5 additions and 5 deletions

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(":", "_");
}