Re-add PL required version
This commit is contained in:
parent
8ca5fd862a
commit
9975737e0a
@ -478,8 +478,9 @@ public class DisguiseUtilities {
|
|||||||
return new String[]{"4.6.0"};
|
return new String[]{"4.6.0"};
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we are on 1.17, future release build or this dev build
|
// If we are on 1.17, you need this release or dev build
|
||||||
return new String[]{"4.7.0"};
|
// ProtocolLib is a little funny in that it provides next release version as the current version
|
||||||
|
return new String[]{"4.7.0", "528"};
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isProtocolLibOutdated() {
|
public static boolean isProtocolLibOutdated() {
|
||||||
|
Loading…
Reference in New Issue
Block a user