Skip to content

Commit

Permalink
fixed a RPT log typo in fnc_goAFK.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ppy2243 committed Aug 25, 2022
1 parent e456a50 commit 6f7ef79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/core/functions/fnc_goAFK.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if ("@ace" call FUNC(checkModPresence)) then {
[objNull, _unit] call ace_medical_treatment_fnc_fullHeal;
};
_unit setVariable [QGVAR(isAFK), true];
MESSAGE_WITH_TITLE("player has been fully healed and set to AFK.", "/z/sia3f/addons/core/fucntions/fnc_goAFK.sqf:37-41");
MESSAGE_WITH_TITLE("player has been fully healed and set to AFK.", "/z/sia3f/addons/core/functions/fnc_goAFK.sqf:37-41");

[(name _unit + " is now AFK.")] remoteExec ["systemChat"]; // "<player> is now AFK" system chat message.
5 cutText ["You are now AFK\nYou may exit in " + (str TIMEOUT) + " seconds.", "PLAIN", -1, true];
Expand Down

0 comments on commit 6f7ef79

Please sign in to comment.