Skip to content

Commit 37e572a

Browse files
committed
Fix setting of wrong minHeight value
1 parent b51d9fd commit 37e572a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cryptomorin/xseries/XBiome.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public final class XBiome extends XModule<XBiome, Biome> {
184184
try {
185185
// Around v1.17.0
186186
World.class.getMethod("getMinHeight");
187-
maxHeight = true;
187+
minHeight = true;
188188
} catch (Exception ignored) {
189189
}
190190
World_getMaxHeight$SUPPORTED = maxHeight;

0 commit comments

Comments
 (0)