mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-12 14:39:12 +01:00
Confine the accepted Minecraft version for ProtocolLib 3.7 more.
9be2cd2400 (diff-2f1ecdb100c80df342f0249f8ebacbb1R83)
This commit is contained in:
parent
c22126449b
commit
62ea433a0f
@ -80,7 +80,7 @@ public class DefaultComponentFactory {
|
||||
boolean vP2 = GenericVersion.compareVersions("3.6.5", pV) == 0;
|
||||
boolean vP3 = GenericVersion.compareVersions("3.7", pV) == 0;
|
||||
if (
|
||||
ServerVersion.isMinecraftVersionBetween("1.9", true, "2.0", false)
|
||||
ServerVersion.isMinecraftVersionBetween("1.9", true, "1.10", false)
|
||||
&& vP3
|
||||
|| ServerVersion.isMinecraftVersionBetween("1.8", true, "1.9", false)
|
||||
&&
|
||||
|
Loading…
Reference in New Issue
Block a user