mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Set correct state (#5684)
This commit is contained in:
parent
a24b095b6a
commit
7acff1848b
@ -119,6 +119,6 @@ GVAR(interrupts) = [];
|
||||
|
||||
// Mark spectator state for reference
|
||||
GVAR(isSet) = _set;
|
||||
player setVariable [QGVAR(isSet), true, true];
|
||||
player setVariable [QGVAR(isSet), _set, true];
|
||||
|
||||
["ace_spectatorSet", [_set, player]] call CBA_fnc_globalEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user