mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-04-15 20:16:25 +02:00
Fix for 1.19.2
This commit is contained in:
parent
c1557402d9
commit
2ead6cd3cd
@ -747,7 +747,7 @@ public class ReflectionManager {
|
||||
break;
|
||||
}
|
||||
|
||||
if (version == NmsVersion.v1_19 && Bukkit.getVersion().contains("1.19.1")) {
|
||||
if (version == NmsVersion.v1_19 && Bukkit.getVersion().contains("1.19.")) {
|
||||
version = NmsVersion.v1_19_1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user