mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-28 17:56:25 -04:00
Added debugging and prevented further resolution of vehicle attributes if cant resolve self.
This commit is contained in:
+1
@@ -344,6 +344,7 @@ public class vehicle_control_device extends script.base_script
|
||||
debugServerConsoleMsg(self, "My Owner: " + getOwner(self));
|
||||
debugServerConsoleMsg(self, "My Location: " + getLocation(self));
|
||||
debugServerConsoleMsg(self, "My Scene: " + getLocation(self).area);
|
||||
debugServerConsoleMsg(self, "My Template: " + getTemplateName(self));
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
int idx = utils.getValidAttributeIndex(names);
|
||||
|
||||
Reference in New Issue
Block a user