From 6e7c2aa6a79a756d81e27203adc579304e7063f1 Mon Sep 17 00:00:00 2001 From: Bitl Date: Mon, 8 Aug 2022 17:01:23 -0700 Subject: [PATCH] Update ServerWhitelist.lua --- ServerWhitelist.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerWhitelist.lua b/ServerWhitelist.lua index 4ebfea4..36a2f98 100644 --- a/ServerWhitelist.lua +++ b/ServerWhitelist.lua @@ -11,8 +11,8 @@ end -- add player tripcodes here in quotes seperated by commas local tripcodeList = Set {} --- enable this to trigger the whitelist -local whitelistEnabled = true +-- set this to true to enable the whitelist +local whitelistEnabled = false -- DONT EDIT ANYTHING ELSE BELOW