mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-04 14:56:31 +00:00
1.20.6 compat
This commit is contained in:
@@ -65,15 +65,18 @@ public class ServerBootSFG {
|
||||
joiner.add(entry.getKey());
|
||||
}
|
||||
}
|
||||
String distro = Bukkit.getName().toLowerCase();
|
||||
if (
|
||||
!instance.getServer().getVersion().contains("Purpur") &&
|
||||
!instance.getServer().getVersion().contains("Paper") &&
|
||||
!instance.getServer().getVersion().contains("Spigot") &&
|
||||
!instance.getServer().getVersion().contains("Pufferfish") &&
|
||||
!instance.getServer().getVersion().contains("Bukkit")) {
|
||||
!distro.contains("purpur") &&
|
||||
!distro.contains("paper") &&
|
||||
!distro.contains("spigot") &&
|
||||
!distro.contains("pufferfish") &&
|
||||
!distro.contains("bukkit")) {
|
||||
|
||||
|
||||
passedserversoftware = false;
|
||||
joiner.add("Server Software");
|
||||
severityHigh++;
|
||||
severityMedium++;
|
||||
}
|
||||
|
||||
if (INMS.get() instanceof NMSBinding1X) {
|
||||
|
||||
Reference in New Issue
Block a user