forked from mirror/openmw-tes3mp
[Server] Add new line for help strings
This commit is contained in:
parent
122a30c183
commit
aff1859759
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue