diff --git a/sku.0/sys.server/compiled/game/script/item/armor/new_armor.java b/sku.0/sys.server/compiled/game/script/item/armor/new_armor.java index 99f5ea859..f63621ba5 100755 --- a/sku.0/sys.server/compiled/game/script/item/armor/new_armor.java +++ b/sku.0/sys.server/compiled/game/script/item/armor/new_armor.java @@ -308,7 +308,7 @@ public class new_armor extends script.base_script { String template = getTemplateName(self); if(template == null){ - LOG("DESIGNER_FATAL","Unable to check armor data for item (" + self + ") because it doesn't have a template!") + LOG("DESIGNER_FATAL","Unable to check armor data for item (" + self + ") because it doesn't have a template!"); return SCRIPT_CONTINUE; } String name = null;