feat: add dllBranch configuration for gmod integration

This commit is contained in:
Linventif 2025-07-03 03:09:43 +00:00
parent b78b8a1cad
commit 241d8424e1

View File

@ -39,6 +39,7 @@ gmInte.config.supportLink = "" // The link of your support (shown when a player
gmInte.config.maintenance = false // If true, the addon will only allow the players with the "gmod-integration.maintenance" permission to join the server gmInte.config.maintenance = false // If true, the addon will only allow the players with the "gmod-integration.maintenance" permission to join the server
gmInte.config.language = "en" // The language of the addon (en, fr, de, es, it, tr, ru) gmInte.config.language = "en" // The language of the addon (en, fr, de, es, it, tr, ru)
gmInte.config.logTimestamp = "%H:%M:%S" // The timestamp format of the logs gmInte.config.logTimestamp = "%H:%M:%S" // The timestamp format of the logs
gmInte.config.dllBranch = "main" // The download branch of gmod integration via dll (Use at your own risk, this is not recommended for production servers)
gmInte.config.adminRank = { gmInte.config.adminRank = {
// How can edit the configuration of the addon / bypass the maintenance mode // How can edit the configuration of the addon / bypass the maintenance mode
["superadmin"] = true, ["superadmin"] = true,