Revert "Fix #991"

This reverts commit 89a5a3b459.
This commit is contained in:
Skaronator
2014-01-18 14:49:47 +01:00
parent a3fd8bd1ca
commit 556093c1ce
2 changed files with 7 additions and 5 deletions

View File

@@ -14,8 +14,7 @@ if (r_player_infected) then {
//Send Death Notice
//["PVDZE_plr_Died",[dayz_characterID,0,_body,_playerID,dayz_playerName,_infected]] call callRpcProcedure;
PVDZE_plr_Died = [dayz_characterID,0,_body,_playerID,(toArray dayz_playerName),_infected];
PVDZE_plr_Died = [dayz_characterID,0,_body,_playerID,dayz_playerName,_infected];
publicVariableServer "PVDZE_plr_Died";
_id = [player,20,true,getPosATL player] spawn player_alertZombies;