mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Fix Coco
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user