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