CraftWorld.toString has name

This commit is contained in:
Dinnerbone 2011-02-07 01:22:43 +00:00
parent 7a71347cdf
commit 919023fe5d

View File

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