mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Remove redundant player check. This is performed elsewhere.
This commit is contained in:
@@ -3,10 +3,8 @@ private ["_unit","_medic"];
|
|||||||
_unit = _this select 0;
|
_unit = _this select 0;
|
||||||
_medic = _this select 1;
|
_medic = _this select 1;
|
||||||
|
|
||||||
if (_unit == player) then {
|
r_player_infected = false;
|
||||||
r_player_infected = false;
|
_unit setVariable["USEC_infected",false,true];
|
||||||
_unit setVariable["USEC_infected",false,true];
|
|
||||||
};
|
|
||||||
|
|
||||||
if (_medic != player) then {
|
if (_medic != player) then {
|
||||||
format [localize "str_actions_medical_antibiotics_received",(name _medic)] call dayz_rollingMessages;
|
format [localize "str_actions_medical_antibiotics_received",(name _medic)] call dayz_rollingMessages;
|
||||||
|
|||||||
Reference in New Issue
Block a user