From aff1859759006290e4fcf2b61e5b42708fad2f65 Mon Sep 17 00:00:00 2001 From: Koncord Date: Sun, 10 Dec 2017 09:47:35 +0800 Subject: [PATCH] [Server] Add new line for help strings --- apps/openmw-mp/processors/player/ProcessorChatMsg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/processors/player/ProcessorChatMsg.hpp b/apps/openmw-mp/processors/player/ProcessorChatMsg.hpp index 9118d9541..08fb831fb 100644 --- a/apps/openmw-mp/processors/player/ProcessorChatMsg.hpp +++ b/apps/openmw-mp/processors/player/ProcessorChatMsg.hpp @@ -35,7 +35,7 @@ namespace mwmp case CommandController::ExecResult::SUCCESS: // returned true from function break; case CommandController::ExecResult::FAIL: // returned false from function - player->message(player->chat.channel, "#B8860B"+cmdExecResult.second); // show "help msg" to player + player->message(player->chat.channel, "#B8860B"+cmdExecResult.second + "\n"); // show "help msg" to player break; } }