From 2ca13fc0229ac65208a9b56fe93492c8f2a6d153 Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 30 Oct 2020 13:29:13 -0500 Subject: [PATCH] Medical - Cleanup preload debugging, bump to 2.00 (#7976) --- addons/main/script_mod.hpp | 2 +- addons/medical_engine/script_component.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 4123688015..d3a54e131e 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -10,7 +10,7 @@ #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD // MINIMAL required version for the Mod. Components can specify others.. -#define REQUIRED_VERSION 1.98 +#define REQUIRED_VERSION 2.00 #define REQUIRED_CBA_VERSION {3,15,0} #ifdef COMPONENT_BEAUTIFIED diff --git a/addons/medical_engine/script_component.hpp b/addons/medical_engine/script_component.hpp index 5166324b1e..e5e03e6d1f 100644 --- a/addons/medical_engine/script_component.hpp +++ b/addons/medical_engine/script_component.hpp @@ -19,11 +19,11 @@ #include "\z\ace\addons\medical_engine\script_macros_config.hpp" #define PRELOAD_CLASS(class) \ - INFO_1("Starting preload for (%1)",class);\ + TRACE_1("Starting preload",class);\ [{\ 1 preloadObject _this;\ }, {\ - INFO_1("Preload done for (%1)",_this);\ + TRACE_1("Preload done",_this);\ }, class] call CBA_fnc_waitUntilAndExecute #define PRIORITY_HEAD 3