9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 01:59:15 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Daniel Mills
2020-11-04 18:21:00 -05:00

View File

@@ -48,6 +48,11 @@ public class CommandIrisObjectPaste extends MortarCommand
return true;
}
if(!args.isEmpty()){
sender.sendMessage("Please specify the name of of the object want to paste")
return true;
}
Player p = sender.player();
File file = Iris.globaldata.getObjectLoader().findFile(args[0]);
boolean intoWand = false;