Bug Closed · Resolved

MinecraftVersion.COMPARATOR is broken (Technical)

#1219 opened by Unknown 5 years ago

Unknownreported this bug

Explanation

The implementation of the MinecraftVersion.COMPARATOR is broken, as ServerVersion.isAfter(MinecraftVersion.v1_15) will return true in 1.15.2 due to the "build" part of the version string being higher than 0 (1.15.0)

Sorry for the technical explaination, but i can say that this has implications as it breaks almost any version check in the code.

Sign in to join the discussion.