Correct arsenal openBox center check (#6329)

This commit is contained in:
mharis001 2018-05-07 17:44:15 -04:00 committed by SilentSpike
parent 2fae6754f5
commit fa98316424

View File

@ -22,7 +22,7 @@ params [["_object", objNull, [objNull]], ["_center", objNull, [objNull]], ["_mod
if (
isNull _object ||
{isNull _center} ||
{!(_center isKindOf "Man")} ||
{!(_center isKindOf "CAManBase")} ||
{!(isNull objectParent _center) && {!is3DEN}}
) exitWith {};