mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Six - true is not false. bad
This commit is contained in:
parent
80893f2592
commit
0df2dd3ce2
@ -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(", "));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user