diff --git a/core/src/main/java/com/volmit/iris/core/commands/CommandIris.java b/core/src/main/java/com/volmit/iris/core/commands/CommandIris.java index dc9e2df82..2a4dd688a 100644 --- a/core/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/core/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -187,7 +187,7 @@ public class CommandIris implements DecreeExecutor { } */ /* /todo Different approach this feels useless atm - @Decree(description = "Benchmark a pack", origin = DecreeOrigin.CONSOLE) + @Decree(description = "Check for instabilities", origin = DecreeOrigin.CONSOLE) public void fixunstable() throws InterruptedException { if (unstablemode){ sender().sendMessage(C.RED + "Incompatibilities are posted in console..");