mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 21:01:24 +01:00
CraftWorld.toString has name
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
7804a304fb
commit
7ebb3fa77c
@ -196,7 +196,7 @@ public class CraftWorld implements World {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CraftWorld";
|
||||
return "CraftWorld{name=" + getName() + '}';
|
||||
}
|
||||
|
||||
public long getTime() {
|
||||
|
Loading…
Reference in New Issue
Block a user