mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-19 07:33:11 +01:00
print -> println in world start region preparation
This commit is contained in:
parent
360629ec5a
commit
e40c9ef4b9
1 changed files with 1 additions and 1 deletions
|
@ -897,7 +897,7 @@ public final class CraftServer implements Server {
|
|||
console.worlds.add(internal);
|
||||
|
||||
pluginManager.callEvent(new WorldInitEvent(internal.getWorld()));
|
||||
System.out.print("Preparing start region for level " + (console.worlds.size() - 1) + " (Seed: " + internal.getSeed() + ")");
|
||||
System.out.println("Preparing start region for level " + (console.worlds.size() - 1) + " (Seed: " + internal.getSeed() + ")");
|
||||
|
||||
if (internal.getWorld().getKeepSpawnInMemory()) {
|
||||
short short1 = 196;
|
||||
|
|
Loading…
Reference in a new issue