On second thoughts.. Do this.

This commit is contained in:
libraryaddict 2014-09-15 02:06:53 +12:00
parent 572ebf1bc5
commit 14267f5b61

@ -55,11 +55,11 @@ public class ReflectionManager {
}
public static boolean is1_7() {
return getGameVersion() == V1_7 || is1_7_6() || is1_7_10();
return getGameVersion() == V1_7 || is1_7_6();
}
public static boolean is1_7_6() {
return getGameVersion() == V1_7_6;
return getGameVersion() == V1_7_6 || is1_7_10();
}
public static boolean is1_7_10() {