We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab94109 commit 204232bCopy full SHA for 204232b
src/main/java/com/mcmoddev/orespawn/impl/os3/BuilderLogicImpl.java
@@ -60,7 +60,7 @@ public DimensionBuilder getDimension(String name) {
60
// I'd love for the following to be realistic...
61
// return this.DimensionBuilder(name);
62
Integer id = null;
63
- switch(name.toLowerCase()) {
+ switch(name.toLowerCase(Locale.ROOT)) {
64
case "overworld":
65
id = 0;
66
break;
0 commit comments