Skip to content

Commit

Permalink
Fix downed notification being local
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenceIsFatto committed Sep 2, 2024
1 parent 4556102 commit 5981526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A3A/addons/core/functions/Revive/fn_unconscious.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (isPlayer _unit) then {
};

if (useDownedNotification) then {
_unit globalChat format [localize "STR_A3AU_downed_help", name _unit];
[_unit, localize "STR_A3AU_downed_help"] remoteExec ["globalChat", 0];
};

openMap false;
Expand Down

0 comments on commit 5981526

Please sign in to comment.