mirror of
https://github.com/oldmud0/LilithPort.git
synced 2024-11-21 14:16:16 +01:00
Add newline at end of /help (fixes #5)
This commit is contained in:
parent
e756c9ccd8
commit
e36d4a6c4a
1 changed files with 2 additions and 1 deletions
|
@ -1654,7 +1654,8 @@ private: System::Windows::Forms::ContextMenu^ contextMenuStrip2;
|
|||
L"/list: Displays the player list.\n"
|
||||
L"/leave: Exits the server and enters Free Play mode.\n"
|
||||
L"/exit: Exits the program.\n"
|
||||
L"LilithPort also supports drag-and-drop for replay files and for locating the FM executable.", SystemMessageColor);
|
||||
L"LilithPort also supports drag-and-drop for replay files and for locating the FM executable.\n"
|
||||
L"More information can be found at https://github.com/oldmud0/LilithPort/blob/master/README.md \n", SystemMessageColor);
|
||||
}
|
||||
|
||||
void RandomVersus(){
|
||||
|
|
Loading…
Reference in a new issue