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