Update ServerWhitelist.lua

This commit is contained in:
Bitl 2022-08-08 17:01:23 -07:00
parent 48c9d2bcb2
commit 6e7c2aa6a7

View File

@ -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