mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Remove redundant player check. This is performed elsewhere.
This commit is contained in:
@@ -6,7 +6,6 @@ _unit = _this select 0;
|
|||||||
_medic = _this select 1;
|
_medic = _this select 1;
|
||||||
_isSepsis = _this select 2;
|
_isSepsis = _this select 2;
|
||||||
|
|
||||||
if (_unit == player) then {
|
|
||||||
r_player_injured = false;
|
r_player_injured = false;
|
||||||
r_player_handler = false;
|
r_player_handler = false;
|
||||||
|
|
||||||
@@ -33,4 +32,3 @@ if (_unit == player) then {
|
|||||||
_msg = if (_isSepsis) then {"str_actions_medical_sepsisbandage_received"} else {"str_actions_medical_bandage_received"};
|
_msg = if (_isSepsis) then {"str_actions_medical_sepsisbandage_received"} else {"str_actions_medical_bandage_received"};
|
||||||
format [localize _msg,(name _medic)] call dayz_rollingMessages;
|
format [localize _msg,(name _medic)] call dayz_rollingMessages;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|||||||
Reference in New Issue
Block a user