mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Warn when not specifying object with jig place
This commit is contained in:
parent
f3ceda1b3d
commit
0bb48f8af0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user