mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 07:28:32 +00:00
Adjust usages for banned_ips table to reflect Uleat's changes
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ RULE_CATEGORY_END()
|
||||
RULE_CATEGORY(World)
|
||||
RULE_INT(World, ZoneAutobootTimeoutMS, 60000, "")
|
||||
RULE_INT(World, ClientKeepaliveTimeoutMS, 65000, "")
|
||||
RULE_BOOL(World, UseBannedIPsTable, false, "Toggle whether or not to check incoming client connections against the Banned_IPs table. Set this value to false to disable this feature")
|
||||
RULE_BOOL(World, UseBannedIPsTable, false, "Toggle whether or not to check incoming client connections against the banned_ips table. Set this value to false to disable this feature")
|
||||
RULE_BOOL(World, EnableTutorialButton, true, "")
|
||||
RULE_BOOL(World, EnableReturnHomeButton, true, "")
|
||||
RULE_INT(World, MaxLevelForTutorial, 10, "")
|
||||
|
||||
Reference in New Issue
Block a user