mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-03 03:15:55 -04:00
Added logging for situation checking armor that doesn't have a template.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user