mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 19:49:35 +01:00
print -> println in world start region preparation
By: md_5 <git@md-5.net>
This commit is contained in:
parent
3d805cd0cb
commit
2f48bbf4cd
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