diff --git a/addons/spectator/functions/fnc_setSpectator.sqf b/addons/spectator/functions/fnc_setSpectator.sqf index e6cb445072..7624b8f7c3 100644 --- a/addons/spectator/functions/fnc_setSpectator.sqf +++ b/addons/spectator/functions/fnc_setSpectator.sqf @@ -38,7 +38,7 @@ _unit enableSimulation !_set; if (_set) then { // Move and hide the player ASAP to avoid being seen - _unit setPosASL (getMarkerPos QGVAR(respawn)); + _unit setPos (getMarkerPos QGVAR(respawn)); // Ghosts can't talk [_unit, QGVAR(isSpectator)] call EFUNC(common,hideUnit);