mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix Coco
This commit is contained in:
parent
08949ab25f
commit
d7c9640dc9
@ -48,8 +48,8 @@ public class CommandIrisObjectPaste extends MortarCommand
|
||||
return true;
|
||||
}
|
||||
|
||||
if(!args.isEmpty()){
|
||||
sender.sendMessage("Please specify the name of of the object want to paste")
|
||||
if(args.length == 0){
|
||||
sender.sendMessage("Please specify the name of of the object want to paste");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user