Six - true is not false. bad

This commit is contained in:
CocoTheOwner 2021-08-15 21:53:28 +02:00
parent 80893f2592
commit 0df2dd3ce2

View File

@ -411,7 +411,7 @@ public class VirtualDecreeCommand {
if(isStudio() && !IrisSettings.get().isStudio()) if(isStudio() && !IrisSettings.get().isStudio())
{ {
sender.sendMessage(C.RED + "To use Iris Studio Commands, please enable studio in Iris/settings.json (settings auto-reload)"); sender.sendMessage(C.RED + "To use Iris Studio Commands, please enable studio in Iris/settings.json (settings auto-reload)");
return true; // Must still return true because command exists but is not enabled return false;
} }
Iris.debug("@ " + getPath() + " with " + args.toString(", ")); Iris.debug("@ " + getPath() + " with " + args.toString(", "));