mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16: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:
@@ -16,7 +16,7 @@ if ((_unit == player) or (vehicle player != player)) then {
|
||||
_id = [player,player] execVM "\z\addons\dayz_code\medical\publicEH\medPainkiller.sqf";
|
||||
} else {
|
||||
//PVCDZ_plr_Humanity = [player,20];
|
||||
[player,20] call player_humanityChange;
|
||||
[20,0] call player_humanityChange;
|
||||
};
|
||||
|
||||
player removeMagazine "ItemPainkiller";
|
||||
|
||||
Reference in New Issue
Block a user