Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit eb3ed4c

Browse files
PabstMirrorthojkooi
authored andcommitted
Fix 2 more ace/cba log macros
1 parent 4a0df4a commit eb3ed4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/headless/functions/fnc_endMissionNoPlayers.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ if !(call CBA_fnc_players isEqualTo []) exitWith {
2424
// End mission
2525
[] call BIS_fnc_endMissionServer;
2626
if (GVAR(Log)) then {
27-
ACE_LOGINFO("Ended Mission on all players leaving.");
27+
INFO("Ended Mission on all players leaving.");
2828
};

addons/killtracker/XEH_postInit.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if ((getText (missionconfigfile >> "CfgDebriefingSections" >> QUOTE(ADDON) >> "v
3030
TRACE_1("no mission debriefing config",_this);
3131
};
3232

33-
ACE_LOGINFO("Running Kill Tracking");
33+
INFO("Running Kill Tracking");
3434

3535
// Variables:
3636
GVAR(eventsArray) = [];

0 commit comments

Comments
 (0)