mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-19 07:11:02 +00:00
- Removed debug code
- fixed unstableprompt
This commit is contained in:
@@ -67,7 +67,6 @@ public class ServerBootSFG {
|
||||
}
|
||||
|
||||
allIncompatiblePlugins = joiner.toString();
|
||||
Iris.info("All Incompatible Plugins: " + allIncompatiblePlugins);
|
||||
|
||||
safeguardPassed = (count == 0);
|
||||
if(!safeguardPassed){
|
||||
|
||||
@@ -62,6 +62,7 @@ public class UtilsSFG {
|
||||
|
||||
|
||||
public static void unstablePrompt() {
|
||||
if (unstablemode) {
|
||||
Iris.info("");
|
||||
Iris.info(C.DARK_GRAY + "--==<" + C.RED + " IMPORTANT " + C.DARK_GRAY + ">==--");
|
||||
Iris.info(C.RED + "Iris is running in unstable mode what may cause the following issues.");
|
||||
@@ -95,3 +96,4 @@ public class UtilsSFG {
|
||||
Iris.info("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user