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:
DarthArgus
2016-01-31 17:37:42 -06:00
parent 58f3870fe6
commit 8b43a2d34c
@@ -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;
}