mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed typo
This commit is contained in:
parent
51e83ba0fa
commit
46020259fd
@ -20,5 +20,5 @@ PARAMS_1(_player);
|
||||
if (_player getVariable [QGVAR(isSitting), false]) then {
|
||||
_player setVariable [QGVAR(isSitting), nil];
|
||||
GVAR(seat) setVariable [QGVAR(seatOccupied), nil, true];
|
||||
QGVAR(seat) = nil;
|
||||
GVAR(seat) = nil;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user