mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
On second thoughts.. Do this.
This commit is contained in:
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user