1.7.10 is NOT smaller than 1.7.2
This commit is contained in:
		@@ -37,7 +37,7 @@ public class ReflectionManager {
 | 
				
			|||||||
                if (mcVersion.compareTo("1.7") < 0) {
 | 
					                if (mcVersion.compareTo("1.7") < 0) {
 | 
				
			||||||
                    currentVersion = LibVersion.V1_6;
 | 
					                    currentVersion = LibVersion.V1_6;
 | 
				
			||||||
                } else {
 | 
					                } else {
 | 
				
			||||||
                    currentVersion = mcVersion.compareTo("1.7.6") < 0 ? LibVersion.V1_7 : LibVersion.V1_7_6;
 | 
					                    currentVersion = mcVersion.compareTo("1.7.6") < 0 && !mcVersion.equals("1.7.10") ? LibVersion.V1_7 : LibVersion.V1_7_6;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user