CraftWorld.toString has name
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
7804a304fb
commit
7ebb3fa77c
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ public class CraftWorld implements World {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CraftWorld";
|
||||
return "CraftWorld{name=" + getName() + '}';
|
||||
}
|
||||
|
||||
public long getTime() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue