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:
@@ -14,7 +14,7 @@ if (!_isDead) then {
|
||||
uiSleep 5;
|
||||
|
||||
//give humanity
|
||||
[player,25] call player_humanityChange;
|
||||
[25,0] call player_humanityChange;
|
||||
|
||||
PVDZ_send = [_unit,"Epinephrine",[_unit,player,"ItemEpinephrine"]];
|
||||
publicVariableServer "PVDZ_send";
|
||||
|
||||
Reference in New Issue
Block a user