Remove source object from Humanity hit network send

Source object is always player and not needed anymore after 8ea21a2
This commit is contained in:
ebaydayz
2016-10-02 13:25:55 -04:00
parent 9fd2f2270b
commit 4509902822
11 changed files with 15 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ if (_finished) then {
//Give humanity reward to player giving the morphine to another player.
if (_item in ["ItemMorphine"]) then {
[player,50] call player_humanityChange;
[50,0] call player_humanityChange;
};
};