This commit is contained in:
Daniel Mills 2020-11-04 18:23:51 -05:00
parent 08949ab25f
commit d7c9640dc9

View File

@ -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;
}