fix: comment + send adminRank

This commit is contained in:
Linventif 2024-08-09 18:00:08 +00:00
parent 39b857c1f3
commit 8351468779
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ function gmInte.publicGetConfig(ply)
["debug"] = gmInte.config.debug,
["apiFQDN"] = gmInte.config.apiFQDN,
["websocketFQDN"] = gmInte.config.websocketFQDN,
["adminRank"] = gmInte.config.adminRank
},
["other"] = {
["aprovedCredentials"] = gmInte.aprovedCredentials,

View File

@ -27,7 +27,7 @@ gmInte.config.filterOnBan = true // If true, the addon will filter the players a
// Materials
gmInte.config.redownloadMaterials = false // If true, the addon will redownload the materials of the addon (useful if you have a problem with the materials)
// Debug & Development
gmInte.config.debug = false // If true, the addon will show debug informations in the console// Other
gmInte.config.debug = false // If true, the addon will show debug informations in the console
// Other
gmInte.config.forcePlayerLink = false // If true, the addon will force the players to link their discord account to their steam account before playing
gmInte.config.supportLink = "" // The link of your support (shown when a player do not have the requiments to join the server)