mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
fix: comment + send adminRank
This commit is contained in:
parent
39b857c1f3
commit
8351468779
|
@ -56,6 +56,7 @@ function gmInte.publicGetConfig(ply)
|
||||||
["debug"] = gmInte.config.debug,
|
["debug"] = gmInte.config.debug,
|
||||||
["apiFQDN"] = gmInte.config.apiFQDN,
|
["apiFQDN"] = gmInte.config.apiFQDN,
|
||||||
["websocketFQDN"] = gmInte.config.websocketFQDN,
|
["websocketFQDN"] = gmInte.config.websocketFQDN,
|
||||||
|
["adminRank"] = gmInte.config.adminRank
|
||||||
},
|
},
|
||||||
["other"] = {
|
["other"] = {
|
||||||
["aprovedCredentials"] = gmInte.aprovedCredentials,
|
["aprovedCredentials"] = gmInte.aprovedCredentials,
|
||||||
|
|
|
@ -27,7 +27,7 @@ gmInte.config.filterOnBan = true // If true, the addon will filter the players a
|
||||||
// Materials
|
// 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)
|
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
|
// 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
|
// 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.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)
|
gmInte.config.supportLink = "" // The link of your support (shown when a player do not have the requiments to join the server)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user