Swap the args for better looking

This commit is contained in:
libraryaddict 2014-07-26 11:22:49 +12:00
parent a8f55e6edb
commit 491736b668

View File

@ -51,7 +51,7 @@ public class ReflectionManager {
}
public static boolean is1_7() {
return is1_7_6() || getGameVersion() == V1_7;
return getGameVersion() == V1_7 || is1_7_6();
}
public static boolean is1_7_6() {