From e7c5ecff47cc405f958746f09aa8abe9c70608ae Mon Sep 17 00:00:00 2001 From: Linventif Date: Sat, 23 Sep 2023 02:31:54 +0200 Subject: [PATCH] change default option to sync chat --- lua/gmod_integration/sv_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gmod_integration/sv_config.lua b/lua/gmod_integration/sv_config.lua index 35d2b64..88c11c5 100644 --- a/lua/gmod_integration/sv_config.lua +++ b/lua/gmod_integration/sv_config.lua @@ -41,7 +41,7 @@ gmInte.config.forcePlayerLink = false // If true, the addon will force the playe // // General -gmInte.config.syncChat = true // If true, the addon will sync the chat gmod with a selected channel on discord +gmInte.config.syncChat = false // If true, the addon will sync the chat gmod with a selected channel on discord (need to be enabled on the dashboard) gmInte.config.syncPlayerStat = true // If true, the addon will sync the player stats (kills, deaths, playtime, ...) // Punishment