From 13e5f6cdc7966d23128793c4b653303964eafbf6 Mon Sep 17 00:00:00 2001 From: He-Man Date: Mon, 9 Mar 2020 20:50:53 +0100 Subject: [PATCH] Disable Debug by default --- Sources/epoch_config/Configs/CfgEpochClient.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index ac3075a3..54a8a909 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -16,7 +16,7 @@ class CfgEpochClient { epochVersion = "1.3.3"; ArmAVersion = 176; - debug = "true"; // true = enable extra rpt debug lines, false to disable + debug = "false"; // true = enable extra rpt debug lines, false to disable ForceGender = ""; // Force Players to spawn as "Male" or "Female" RemoveLaserfromUAV = "true"; // remove LaserDesignator from assembled UAV's RemoveTIfromUAV = "true"; // remove Thermal from assembled UAV's