From 7dea7d5cce336f827107110a6dc163e3bc1a40c3 Mon Sep 17 00:00:00 2001 From: Linventif Date: Tue, 27 Feb 2024 23:56:13 +0100 Subject: [PATCH] add: maintenance config --- lua/gmod_integration/sv_config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gmod_integration/sv_config.lua b/lua/gmod_integration/sv_config.lua index d905e78..5414279 100644 --- a/lua/gmod_integration/sv_config.lua +++ b/lua/gmod_integration/sv_config.lua @@ -29,6 +29,7 @@ gmInte.config.token = "" // Server Token // 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) +gmInte.config.maintenance = false // If true, the addon will only allow the players with the "gmod-integration.maintenance" permission to join the server // // Syncronization