mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
CraftWorld.toString has name
This commit is contained in:
parent
7a71347cdf
commit
919023fe5d
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
Reference in a new issue