Fix server config help strings

This commit is contained in:
Benau 2019-10-27 13:11:25 +08:00
parent 249f715c87
commit e9b5fb2c81
2 changed files with 6 additions and 6 deletions

View File

@ -363,8 +363,8 @@ namespace ServerConfig
"IPv6 ban list table name, you need to create the table first, see " "IPv6 ban list table name, you need to create the table first, see "
"NETWORKING.md for details, empty to disable. " "NETWORKING.md for details, empty to disable. "
"This table can be shared for all servers if you use the same name. " "This table can be shared for all servers if you use the same name. "
"STK can auto kick active peer from ban list (update per minute) which" "STK can auto kick active peer from ban list (update per minute) "
"allows live kicking peer by inserting record to database.")); "which allows live kicking peer by inserting record to database."));
SERVER_CFG_PREFIX StringServerConfigParam m_online_id_ban_table SERVER_CFG_PREFIX StringServerConfigParam m_online_id_ban_table
SERVER_CFG_DEFAULT(StringServerConfigParam("online_id_ban", SERVER_CFG_DEFAULT(StringServerConfigParam("online_id_ban",
@ -372,8 +372,8 @@ namespace ServerConfig
"Online ID ban list table name, you need to create the table first, " "Online ID ban list table name, you need to create the table first, "
"see NETWORKING.md for details, empty to disable. " "see NETWORKING.md for details, empty to disable. "
"This table can be shared for all servers if you use the same name. " "This table can be shared for all servers if you use the same name. "
"STK can auto kick active peer from ban list (update per minute) which" "STK can auto kick active peer from ban list (update per minute) "
"allows live kicking peer by inserting record to database.")); "which allows live kicking peer by inserting record to database."));
SERVER_CFG_PREFIX StringServerConfigParam m_player_reports_table SERVER_CFG_PREFIX StringServerConfigParam m_player_reports_table
SERVER_CFG_DEFAULT(StringServerConfigParam("player_reports", SERVER_CFG_DEFAULT(StringServerConfigParam("player_reports",