From a7d58f3b9ff56f67bec0a73ad1a19766143db859 Mon Sep 17 00:00:00 2001 From: jonpas Date: Sat, 27 Jun 2015 04:13:20 +0200 Subject: [PATCH] Fixed project name --- addons/slideshow/functions/fnc_moduleInit.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/slideshow/functions/fnc_moduleInit.sqf b/addons/slideshow/functions/fnc_moduleInit.sqf index 42d4040bb1..455abd6977 100644 --- a/addons/slideshow/functions/fnc_moduleInit.sqf +++ b/addons/slideshow/functions/fnc_moduleInit.sqf @@ -35,4 +35,4 @@ _names = [_logic getVariable ["Names", ""], true, false] call FUNC(makeList); // Prepare with actions [_objects, _controllers, _images, _names] call FUNC(createSlideshow); -diag_log text format ["[TAC]: Slideshow Module Initialized for: %1", _objects]; +diag_log text format ["[ACE]: Slideshow Module Initialized for: %1", _objects];