Don't spam the log when in a replay
This commit is contained in:
parent
75e39e7ef5
commit
a6f3c95684
@ -145,7 +145,7 @@ public class WorldProvider implements IWorldProvider, Helper {
|
||||
System.out.println("mc.world loaded unnoticed! Loading Baritone cache now.");
|
||||
initWorld(mc.world.provider.getDimensionType().getId());
|
||||
}
|
||||
} else if (currentWorld == null && mc.world != null) {
|
||||
} else if (currentWorld == null && mc.world != null && (mc.isSingleplayer() || mc.getCurrentServerData() != null)) {
|
||||
System.out.println("Retrying to load Baritone cache");
|
||||
initWorld(mc.world.provider.getDimensionType().getId());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user