From e9b5fb2c817326607b59629d9ae8b8208377fa7e Mon Sep 17 00:00:00 2001 From: Benau Date: Sun, 27 Oct 2019 13:11:25 +0800 Subject: [PATCH] Fix server config help strings --- NETWORKING.md | 4 ++-- src/network/server_config.hpp | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NETWORKING.md b/NETWORKING.md index 79e2fe6fd..3bed93262 100644 --- a/NETWORKING.md +++ b/NETWORKING.md @@ -159,10 +159,10 @@ The current server configuration xml looks like this: - + - + diff --git a/src/network/server_config.hpp b/src/network/server_config.hpp index 069c00e0c..118d1221a 100644 --- a/src/network/server_config.hpp +++ b/src/network/server_config.hpp @@ -363,8 +363,8 @@ namespace ServerConfig "IPv6 ban list table name, you need to create the table first, see " "NETWORKING.md for details, empty to disable. " "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" - "allows live kicking peer by inserting record to database.")); + "STK can auto kick active peer from ban list (update per minute) " + "which allows live kicking peer by inserting record to database.")); SERVER_CFG_PREFIX StringServerConfigParam m_online_id_ban_table 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, " "see NETWORKING.md for details, empty to disable. " "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" - "allows live kicking peer by inserting record to database.")); + "STK can auto kick active peer from ban list (update per minute) " + "which allows live kicking peer by inserting record to database.")); SERVER_CFG_PREFIX StringServerConfigParam m_player_reports_table SERVER_CFG_DEFAULT(StringServerConfigParam("player_reports",