mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Add note
This commit is contained in:
parent
ea48d98c2a
commit
e6a6ac749e
1 changed files with 3 additions and 0 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in a new issue