mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -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
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "CraftWorld";
|
return "CraftWorld{name=" + getName() + '}';
|
||||||
}
|
}
|
||||||
|
|
||||||
public long getTime() {
|
public long getTime() {
|
||||||
|
Reference in New Issue
Block a user