mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 06:37:34 +00:00
add debug
This commit is contained in:
parent
a94733ce75
commit
9a43d2d8e2
|
@ -59,3 +59,10 @@ gmInte.config.filterOnTrust = true // If true, the addon will filter the players
|
||||||
|
|
||||||
// Ban
|
// Ban
|
||||||
gmInte.config.filterOnBan = true // If true, the addon will filter the players according to their ban status
|
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
|
Loading…
Reference in New Issue
Block a user