Skip to content

Commit

Permalink
Merge pull request #1069 from RePixelatedMC/PixelatedDev
Browse files Browse the repository at this point in the history
This should be the last pr for the update
  • Loading branch information
NextdoorPsycho authored Jan 26, 2024
2 parents 7d4c9d6 + dc4cfc4 commit c9a07bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ public static void BootCheck() {
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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static void printIncompatibleWarnings() {
}
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");
Expand Down

0 comments on commit c9a07bd

Please sign in to comment.