More itembase refactor work

This commit is contained in:
2024-03-16 06:48:39 -04:00
parent c091026114
commit bb0803bf19
+1 -1
View File
@@ -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;
}