mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
if it doesn't have a portal property, it probably isn't supposed to...we should potentially investigate whatever script loads garages and things to remove this, but it really doesn't matter
This commit is contained in:
@@ -585,7 +585,6 @@ jobject JNICALL ScriptMethodsInteriorsNamespace::getBuildingEjectLocation(JNIEnv
|
||||
PortalProperty const *portalProp = portallizedObject->getPortalProperty();
|
||||
if (!portalProp)
|
||||
{
|
||||
DEBUG_WARNING(true, ("[designer bug] getBuildingEjectLocation was passed an objid (%s) of an object that has no PortalProperty", portallizedObject->getDebugInformation().c_str()));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user