From 9a43d2d8e2adc02e35b472b5db74012f9bacb0f4 Mon Sep 17 00:00:00 2001 From: Linventif Date: Sat, 23 Sep 2023 14:44:35 +0200 Subject: [PATCH] add debug --- lua/gmod_integration/sv_config.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/gmod_integration/sv_config.lua b/lua/gmod_integration/sv_config.lua index 88c11c5..a773a21 100644 --- a/lua/gmod_integration/sv_config.lua +++ b/lua/gmod_integration/sv_config.lua @@ -59,3 +59,10 @@ gmInte.config.filterOnTrust = true // If true, the addon will filter the players // Ban gmInte.config.filterOnBan = true // If true, the addon will filter the players according to their ban status + +// +// Other +// + +// Debug +gmInte.config.debug = false // If true, the addon will print debug informations in the console \ No newline at end of file