mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 18:55:18 +00:00
Update CommandIrisStructure.java
Add warning for use of objects over procedural structures (naming is a bit counter-intuitive)
This commit is contained in:
parent
9fbf9539ee
commit
527a0f5c70
@ -48,6 +48,8 @@ public class CommandIrisStructure extends MortarCommand
|
|||||||
|
|
||||||
sender.sendMessage("Iris Structure Commands");
|
sender.sendMessage("Iris Structure Commands");
|
||||||
printHelp(sender);
|
printHelp(sender);
|
||||||
|
sender.sendMessage("Note: This is a Procedural Structure creator,");
|
||||||
|
sender.sendMessage("not an object creator, see '/iris object'.");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user