Fixed typo

This commit is contained in:
jonpas 2015-06-11 16:48:08 +02:00
parent 51e83ba0fa
commit 46020259fd

View File

@ -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;
};