mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-25 01:59:15 +00:00
Fix Coco
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user