Changed setPos to setPosASL for reliability, Fixed module icon name

This commit is contained in:
jonpas 2015-06-09 18:33:07 +02:00
parent f1f9ee1365
commit 3a4cd99001
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ _sitPosition = getArray (configFile >> "CfgVehicles" >> typeOf _seat >> QGVAR(si
// Set direction and position
_player setDir ((getDir _seat) + _sitDirection);
_player setPos (_seat modelToWorld _sitPosition);
_player setPosASL (_seat modelToWorld _sitPosition) call EFUNC(common,positionToASL);
// Set variables
_player setVariable [QGVAR(isSitting), true];