mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 06:11:06 +00:00
disabled perms check
This commit is contained in:
@@ -96,11 +96,11 @@ public class ServerBootSFG {
|
|||||||
severityMedium++;
|
severityMedium++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!hasPrivileges()){
|
// if (!hasPrivileges()){
|
||||||
hasPrivileges = false;
|
// hasPrivileges = false;
|
||||||
joiner.add("Insufficient Privileges");
|
// joiner.add("Insufficient Privileges");
|
||||||
severityMedium++;
|
// severityMedium++;
|
||||||
}
|
// } Some servers dont like this
|
||||||
|
|
||||||
if (!enoughDiskSpace()){
|
if (!enoughDiskSpace()){
|
||||||
hasEnoughDiskSpace = false;
|
hasEnoughDiskSpace = false;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public class UtilsSFG {
|
|||||||
}
|
}
|
||||||
if (ServerBootSFG.unsuportedversion) {
|
if (ServerBootSFG.unsuportedversion) {
|
||||||
Iris.safeguard(C.RED + "Server Version");
|
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) {
|
if (!ServerBootSFG.passedserversoftware) {
|
||||||
Iris.safeguard(C.YELLOW + "Unsupported Server Software");
|
Iris.safeguard(C.YELLOW + "Unsupported Server Software");
|
||||||
|
|||||||
Reference in New Issue
Block a user