comment out whitelist, default to empty whitelist
This commit is contained in:
@ -59,10 +59,10 @@ config.enableMessaging = true
|
||||
-- Whitelist (if not empty, only these addresses can enter)
|
||||
-- Format: {"Name", {address_table}}
|
||||
config.whitelist = {
|
||||
{ "Glaive", { 33, 6, 10, 24, 1, 30, 3, 17, 0 } },
|
||||
{ "Moon", { 32, 33, 8, 7, 25, 21, 14, 35, 0 } },
|
||||
{ "Caldoric", { 18, 2, 24, 16, 8, 19, 4, 29, 0 } },
|
||||
{ "Trading Hall", { 16, 19, 6, 18, 35, 27, 9, 8, 0 } }
|
||||
--{ "Glaive", { 33, 6, 10, 24, 1, 30, 3, 17, 0 } },
|
||||
--{ "Moon", { 32, 33, 8, 7, 25, 21, 14, 35, 0 } },
|
||||
--{ "Caldoric", { 18, 2, 24, 16, 8, 19, 4, 29, 0 } },
|
||||
--{ "Trading Hall", { 16, 19, 6, 18, 35, 27, 9, 8, 0 } }
|
||||
}
|
||||
|
||||
-- Blacklist (these addresses are always blocked)
|
||||
|
||||
Reference in New Issue
Block a user