Confine the accepted Minecraft version for ProtocolLib 3.7 more.

9be2cd2400 (diff-2f1ecdb100c80df342f0249f8ebacbb1R83)
This commit is contained in:
asofold 2016-03-03 22:43:38 +01:00
parent c22126449b
commit 62ea433a0f

View File

@ -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)
&&