mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +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())
|
||||
{
|
||||
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(", "));
|
||||
|
Loading…
x
Reference in New Issue
Block a user