[Server] Add new line for help strings

This commit is contained in:
Koncord 2017-12-10 09:47:35 +08:00
parent 122a30c183
commit aff1859759

View file

@ -35,7 +35,7 @@ namespace mwmp
case CommandController::ExecResult::SUCCESS: // returned true from function case CommandController::ExecResult::SUCCESS: // returned true from function
break; break;
case CommandController::ExecResult::FAIL: // returned false from function 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; break;
} }
} }