Update player_death.sqf

Vanilla commit:

0e0ffa1d6e
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

View File

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