9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-04 15:41:30 +00:00

Removed FixUnstable CMD for now..

This commit is contained in:
RePixelatedMC
2023-11-04 16:43:10 +01:00
parent 522de89792
commit fdfb708ce0

View File

@@ -181,6 +181,7 @@ public class CommandIris implements DecreeExecutor {
IrisPackBenchmarking.runBenchmark();
} */
/* /todo Different approach this feels useless atm
@Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE)
public void fixunstable() throws InterruptedException {
if (unstablemode){
@@ -196,7 +197,7 @@ public class CommandIris implements DecreeExecutor {
Iris.info(C.BLUE + "Iris is running stable..");
sender().sendMessage("Iris is running stable..");
}
}
} */
@Decree(description = "Print world height information", origin = DecreeOrigin.PLAYER)
public void height() {