Spectator position fix

This commit is contained in:
SilentSpike 2015-07-18 13:04:23 +01:00
parent 2f8432699b
commit 359b81f2ef

View File

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