3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 21:10:17 +01:00

CraftWorld.toString has name

Dieser Commit ist enthalten in:
Dinnerbone 2011-02-07 01:22:43 +00:00
Ursprung 7a71347cdf
Commit 919023fe5d

Datei anzeigen

@ -196,7 +196,7 @@ public class CraftWorld implements World {
@Override
public String toString() {
return "CraftWorld";
return "CraftWorld{name=" + getName() + '}';
}
public long getTime() {