mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 18:26:39 +03:00
Remove source object from Humanity hit network send
Source object is always player and not needed anymore after 8ea21a2
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user