mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed owner id not getting assigned in map gestures
This commit is contained in:
parent
90e4d005ee
commit
b1d3654a97
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user