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