1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-27 10:41:27 +01:00

CraftWorld.toString has name

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot 2011-02-07 01:22:43 +00:00
parent 7804a304fb
commit 7ebb3fa77c

View File

@ -196,7 +196,7 @@ public class CraftWorld implements World {
@Override
public String toString() {
return "CraftWorld";
return "CraftWorld{name=" + getName() + '}';
}
public long getTime() {