9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-30 04:29:05 +00:00

Move listing to iris dims

This commit is contained in:
Daniel Mills
2020-10-19 03:27:56 -04:00
parent fa0a5efb25
commit 6775edddab
3 changed files with 12 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ public class CommandIrisObjectPaste extends MortarCommand
if(file == null || !file.exists())
{
sender.sendMessage("Can't find " + args[0] + " in the " + ProjectManager.workspaceName + " folder");
sender.sendMessage("Can't find " + args[0] + " in the " + ProjectManager.WORKSPACE_NAME + " folder");
}
ItemStack wand = sender.player().getInventory().getItemInMainHand();