remove systemChat

This commit is contained in:
Salluci 2023-07-13 13:48:11 +03:00
parent aa8fff3041
commit 4b92ef2ade
2 changed files with 1 additions and 3 deletions

View File

@ -22,8 +22,6 @@ if !((typeOf _csw) in GVAR(initializedStaticTypes)) exitWith {createHashMap};
// fast exit for csw with single weapon, most common scenario
if (count allTurrets _csw isEqualTo 1 && {count weapons _csw isEqualTo 1}) exitWith {
systemChat "has single weapon";
systemChat str (weapons _csw);
GVAR(compatibleMagsCache) get ((weapons _csw) select 0) // return
};

View File

@ -4,7 +4,7 @@
// #define FAST_PROGRESSBARS
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
#define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
#ifdef DEBUG_ENABLED_CSW