More itembase refactor work
This commit is contained in:
@@ -135,7 +135,7 @@ public class MakeItemCmd extends AbstractDevCmd {
|
|||||||
template = ItemTemplate.itemTemplates.get(templateID);
|
template = ItemTemplate.itemTemplates.get(templateID);
|
||||||
|
|
||||||
if (template == null) {
|
if (template == null) {
|
||||||
throwbackError(pc, "Unable to find itembase of ID " + templateID);
|
throwbackError(pc, "Unable to find template " + templateID);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user