summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-09 00:33:16 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-09 00:33:16 +0300
commit3ac74c86a19aa1e797c3e9b3f67a529791c2ce8d (patch)
tree5b939c31ea7fc6de0e0e9a1e3d58bb0da6405aec
parent2bf88fcef5e3e72eed43a735894f6b4b4dd03ff5 (diff)
fix
-rw-r--r--src/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index d90be214..4aaeb3c1 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -334,7 +334,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
#endif
//#define SIMPLIER_MISSIONS // apply simplifications from mobile
#define USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
-#define SCRIPT_LOG_FILE_LEVEL 2 // 0 == no log, 1 == overwrite every frame, 2 == full log
+#define SCRIPT_LOG_FILE_LEVEL 0 // 0 == no log, 1 == overwrite every frame, 2 == full log
#ifndef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
#define USE_BASIC_SCRIPT_DEBUG_OUTPUT