Update Exile_RevivePlayer.sqf

remove line 241 as it sets to ground level
This commit is contained in:
MGT
2016-12-16 11:15:25 +00:00
committed by GitHub
parent 948098e0d2
commit 330a70e0ff

View File

@ -238,7 +238,7 @@ if (!local _requestingPlayer) then
_bambiPlayer addMagazine [_handguntype, _handgunammo];
_bambiPlayer setPosATL [_location select 0,_location select 1,0];
//_bambiPlayer setPosATL [_location select 0,_location select 1,0];// remove this line as it sets to ground level
_bambiPlayer disableAI "FSM";
_bambiPlayer disableAI "MOVE";
_bambiPlayer disableAI "AUTOTARGET";