mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
convert log macros to cba versions (#4282)
* convert log macros to cba versions * Add changes to AB * remove obsolete macro
This commit is contained in:
@ -39,4 +39,4 @@ _duration = _logic getVariable ["Duration", 0];
|
||||
// Prepare with actions
|
||||
[_objects, _controllers, _images, _names, _duration] call FUNC(createSlideshow);
|
||||
|
||||
ACE_LOGINFO_1("Slideshow Module Initialized on %1 Objects", count _objects);
|
||||
INFO_1("Slideshow Module Initialized on %1 Objects", count _objects);
|
||||
|
Reference in New Issue
Block a user