mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-18 21:01:30 +01:00
Hmm
This commit is contained in:
parent
bca67669d7
commit
f7b285577d
@ -557,8 +557,13 @@ public class DisguiseUtilities {
|
||||
return new String[]{"4.8.0"};
|
||||
}
|
||||
|
||||
// If you're on 1.19.0
|
||||
if (NmsVersion.v1_19_R1.isSupported()) {
|
||||
return new String[]{"5.0.1", "600"};
|
||||
}
|
||||
|
||||
// If you're on 1.19.1 or 1.19.2
|
||||
if (!NmsVersion.v1_19_R2.isSupported()) {
|
||||
if (NmsVersion.v1_19_R2.isSupported()) {
|
||||
return new String[]{"5.0.1", "600"};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user