Removed FixUnstable CMD for now..

This commit is contained in:
RePixelatedMC
2023-11-04 16:43:10 +01:00
parent 522de89792
commit fdfb708ce0
@@ -181,6 +181,7 @@ public class CommandIris implements DecreeExecutor {
IrisPackBenchmarking.runBenchmark(); IrisPackBenchmarking.runBenchmark();
} */ } */
/* /todo Different approach this feels useless atm
@Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE) @Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE)
public void fixunstable() throws InterruptedException { public void fixunstable() throws InterruptedException {
if (unstablemode){ if (unstablemode){
@@ -196,7 +197,7 @@ public class CommandIris implements DecreeExecutor {
Iris.info(C.BLUE + "Iris is running stable.."); Iris.info(C.BLUE + "Iris is running stable..");
sender().sendMessage("Iris is running stable.."); sender().sendMessage("Iris is running stable..");
} }
} } */
@Decree(description = "Print world height information", origin = DecreeOrigin.PLAYER) @Decree(description = "Print world height information", origin = DecreeOrigin.PLAYER)
public void height() { public void height() {