From 675c93e749a035a9484b5e1de2214084a80999fe Mon Sep 17 00:00:00 2001 From: Shobhit Pathak Date: Mon, 29 Apr 2024 23:42:55 +0530 Subject: [PATCH] 0.7.7 | Wingman support and optimizations --- Utility.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Utility.cs b/Utility.cs index f9a8cb9..33088cf 100644 --- a/Utility.cs +++ b/Utility.cs @@ -1124,8 +1124,6 @@ private void ExecLiveCFG() { int gameMode = GetGameMode(); - Log($"gameMode: {gameMode}"); - var cfgPath = liveCfgPath; var absolutePath = Path.Join(Server.GameDirectory + "/csgo/cfg", liveCfgPath);