mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 12:00:59 +00:00
Give 1.12 a grace period for ProtocolLib, require 4.4.0
This commit is contained in:
parent
440a5e99fa
commit
8cfa9e3daa
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ public class DisguiseUtilities {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getProtocolLibRequiredVersion() {
|
public static String getProtocolLibRequiredVersion() {
|
||||||
return NmsVersion.v1_16.isSupported() ? "4.6.0" : "4.5.1";
|
return !NmsVersion.v1_13.isSupported() ? "4.4.0" : NmsVersion.v1_16.isSupported() ? "4.6.0" : "4.5.1";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue