Browse Source

More itembase refactor work

combat-2
MagicBot 8 months ago
parent
commit
bb0803bf19
  1. 2
      src/engine/devcmd/cmds/MakeItemCmd.java

2
src/engine/devcmd/cmds/MakeItemCmd.java

@ -135,7 +135,7 @@ public class MakeItemCmd extends AbstractDevCmd { @@ -135,7 +135,7 @@ public class MakeItemCmd extends AbstractDevCmd {
template = ItemTemplate.itemTemplates.get(templateID);
if (template == null) {
throwbackError(pc, "Unable to find itembase of ID " + templateID);
throwbackError(pc, "Unable to find template " + templateID);
return;
}

Loading…
Cancel
Save