From e36d4a6c4acf0759d2a61b1cb75bfccaa4d17c90 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Fri, 12 Feb 2016 21:29:02 -0600 Subject: [PATCH] Add newline at end of /help (fixes #5) --- LilithPort/MainForm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LilithPort/MainForm.h b/LilithPort/MainForm.h index ce08c47..7256798 100644 --- a/LilithPort/MainForm.h +++ b/LilithPort/MainForm.h @@ -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(){