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