Fixed owner id not getting assigned in map gestures

This commit is contained in:
Michael Braun 2015-08-10 14:54:28 +02:00
parent 90e4d005ee
commit b1d3654a97

View File

@ -30,7 +30,7 @@ TRACE_1("Near",_nearDudes)
{
_ownerID = _x getVariable QGVAR(owner_id);
if (isNil _ownerID) exitWith {
if (isNil "_ownerID") exitWith {
[0, {[_this] call FUNC(assignClientIDOnServer)}, name _x] call cba_fnc_GlobalExecute;
};
_ownerID = _x getVariable QGVAR(owner_id);