This commit is contained in:
libraryaddict 2021-06-25 01:16:06 +12:00
parent ea48d98c2a
commit e6a6ac749e
1 changed files with 3 additions and 0 deletions

View File

@ -460,6 +460,9 @@ public class DisguiseUtilities {
}
}
/**
* Returns the min required version, as in any older version will just not work.
*/
public static String[] getProtocolLibRequiredVersion() {
// If we are on 1.12
if (!NmsVersion.v1_13.isSupported()) {