9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 03:29:06 +00:00

Merge pull request #1069 from RePixelatedMC/PixelatedDev

This should be the last pr for the update
This commit is contained in:
Brian Fopiano
2024-01-26 07:35:39 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -96,11 +96,11 @@ public class ServerBootSFG {
severityMedium++;
}
if (!hasPrivileges()){
hasPrivileges = false;
joiner.add("Insufficient Privileges");
severityMedium++;
}
// if (!hasPrivileges()){
// hasPrivileges = false;
// joiner.add("Insufficient Privileges");
// severityMedium++;
// } Some servers dont like this
if (!enoughDiskSpace()){
hasEnoughDiskSpace = false;

View File

@@ -37,7 +37,7 @@ public class UtilsSFG {
}
if (ServerBootSFG.unsuportedversion) {
Iris.safeguard(C.RED + "Server Version");
Iris.safeguard(C.RED + "- Iris only supports 1.19.2 > 1.20.2");
Iris.safeguard(C.RED + "- Iris only supports 1.19.2 > 1.20.4");
}
if (!ServerBootSFG.passedserversoftware) {
Iris.safeguard(C.YELLOW + "Unsupported Server Software");