mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-03-24 15:29:45 +01:00
Dont update PL if no need
This commit is contained in:
parent
0f0766be97
commit
d26b450ad3
@ -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"};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user