mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-13 10:25:14 +01:00
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"};
|
||||
}
|
||||
|
||||
// If we are on 1.17, future release build or this dev build
|
||||
return new String[]{"4.7.0"};
|
||||
// If we are on 1.17, you need this release or dev build
|
||||
// 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() {
|
||||
|
Loading…
Reference in New Issue
Block a user