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