We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0250c commit 8a30f3eCopy full SHA for 8a30f3e
1 file changed
implementations/paper/src/main/java/de/bluecolored/bluemap/bukkit/BukkitWorld.java
@@ -51,7 +51,7 @@ public BukkitWorld(World delegate) {
51
case NORMAL -> DataPack.DIMENSION_OVERWORLD;
52
case NETHER -> DataPack.DIMENSION_THE_NETHER;
53
case THE_END -> DataPack.DIMENSION_THE_END;
54
- case CUSTOM -> {
+ default -> {
55
var id = delegate.key();
56
yield new Key(id.namespace(), id.value());
57
}
0 commit comments