On second thoughts.. Do this.
This commit is contained in:
		| @@ -55,11 +55,11 @@ public class ReflectionManager { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         public static boolean is1_7() { |         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() { |         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() { |         public static boolean is1_7_10() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user