Add nil return for count

This commit is contained in:
PabstMirror 2015-12-19 21:17:36 -06:00
parent c53a0541a4
commit 9b0641c06f

View File

@ -69,6 +69,7 @@ if (isServer) then {
ACE_LOGINFO_3("[%1] DC - Was Zeus [%2] while controlling unit [%3] - manually clearing `bis_fnc_moduleRemoteControl_owner`", [_x] call FUNC(getName), _dcPlayer, _x);
_x setVariable ["bis_fnc_moduleRemoteControl_owner", nil, true];
};
nil
} count (curatorEditableObjects _zeusLogic);
};
}];