mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +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:
@@ -194,7 +194,7 @@ while {r_doLoop} do {
|
||||
localize "str_actions_medical_transfusion_successful" call dayz_rollingMessages;
|
||||
//see Note 1
|
||||
//[player,_unit,"loc",rTITLETEXT,localize "str_actions_medical_transfusion_successful","PLAIN DOWN"] call RE;
|
||||
if (!_badBag and _bagFound) then { [player,_humanityAwarded] call player_humanityChange; };
|
||||
if (!_badBag and _bagFound) then { [_humanityAwarded,0] call player_humanityChange; };
|
||||
r_doLoop = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user