mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00: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);
|
console.worlds.add(internal);
|
||||||
|
|
||||||
pluginManager.callEvent(new WorldInitEvent(internal.getWorld()));
|
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()) {
|
if (internal.getWorld().getKeepSpawnInMemory()) {
|
||||||
short short1 = 196;
|
short short1 = 196;
|
||||||
|
|
Loading…
Add table
Reference in a new issue