This commit is contained in:
libraryaddict 2021-06-25 01:16:06 +12:00
parent ea48d98c2a
commit e6a6ac749e

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() { public static String[] getProtocolLibRequiredVersion() {
// If we are on 1.12 // If we are on 1.12
if (!NmsVersion.v1_13.isSupported()) { if (!NmsVersion.v1_13.isSupported()) {