mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
@@ -15,7 +15,7 @@ public enum WorldType {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
for (WorldType type : values()) {
|
for (WorldType type : values()) {
|
||||||
lookup.put(type.getName(), type);
|
lookup.put(type.name, type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user