Dont update PL if no need

This commit is contained in:
libraryaddict 2022-12-22 23:23:44 +13:00
parent 0f0766be97
commit d26b450ad3

View File

@ -544,7 +544,7 @@ public class DisguiseUtilities {
}
// If you're on 1.19.1
if (!NmsVersion.v1_19_R1.isSupported()) {
if (!NmsVersion.v1_19_R2.isSupported()) {
return new String[]{"5.0.1", "600"};
}