Revert logic change
This commit is contained in:
parent
df54dfac97
commit
369b0e2c0a
@ -29,7 +29,7 @@ public enum MinecraftVersion
|
|||||||
{
|
{
|
||||||
Preconditions.checkNotNull(other);
|
Preconditions.checkNotNull(other);
|
||||||
|
|
||||||
return ordinal() >= other.ordinal();
|
return ordinal() <= other.ordinal();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static MinecraftVersion fromInt(int version)
|
public static MinecraftVersion fromInt(int version)
|
||||||
|
Loading…
Reference in New Issue
Block a user