mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 17:19:16 +00:00
Warn when not specifying object with jig place
This commit is contained in:
@@ -38,6 +38,11 @@ public class CommandIrisJigsawPlace extends MortarCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
if(args.length == 0){
|
||||
sender.sendMessage("You have to specify a jigsaw structure!");
|
||||
return true;
|
||||
}
|
||||
|
||||
IrisJigsawStructure str = IrisDataManager.loadAnyJigsawStructure(args[0]);
|
||||
|
||||
if(str != null)
|
||||
|
||||
Reference in New Issue
Block a user