From 8b43a2d34c6f59f93c753cbfb304a79a942dbd41 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sun, 31 Jan 2016 17:37:42 -0600 Subject: [PATCH] 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 --- .../library/serverScript/src/shared/ScriptMethodsInteriors.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/server/library/serverScript/src/shared/ScriptMethodsInteriors.cpp b/engine/server/library/serverScript/src/shared/ScriptMethodsInteriors.cpp index 2f4a83c4..fb6c3557 100755 --- a/engine/server/library/serverScript/src/shared/ScriptMethodsInteriors.cpp +++ b/engine/server/library/serverScript/src/shared/ScriptMethodsInteriors.cpp @@ -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; }