Skip to content

Commit 79dc6f9

Browse files
authored
Merge pull request #320 from IanTapply22/wrong-value-change-maxheight
[XBiome] Fix World#getMinHeight Check Setting Wrong Boolean
2 parents b51d9fd + 37e572a commit 79dc6f9

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)