Update player_death.sqf

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/0e0ffa1d6eb04b94c90b0ef0551920b523d367d7
This commit is contained in:
ebayShopper
2017-11-21 16:30:19 -05:00
parent 4ea3f36830
commit c671cf9661
3 changed files with 5 additions and 5 deletions
@@ -10,7 +10,7 @@ _playerID = _this select 3;
_playerName = toString (_this select 4); //Sent as array to avoid publicVariable value restrictions
_infected = _this select 5;
_sourceName = toString (_this select 6);
_sourceWeapon = toString (_this select 7);
_sourceWeapon = _this select 7;
_distance = _this select 8;
_method = _this select 9;