From 6b85987382aefea700391a2b7260feeec0a5d974 Mon Sep 17 00:00:00 2001 From: mattyx14 Date: Sat, 23 Jan 2016 16:02:29 -0600 Subject: [PATCH] fix --- path_8_7x/sources/otserv.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/path_8_7x/sources/otserv.cpp b/path_8_7x/sources/otserv.cpp index 4d3902a50..0967d2c93 100644 --- a/path_8_7x/sources/otserv.cpp +++ b/path_8_7x/sources/otserv.cpp @@ -164,7 +164,7 @@ bool argumentsHandler(StringVec args) "\n" "A server developed by: "SOFTWARE_DEVELOPERS".\n" - "Visit our forums for updates, support, and resources: "FORUMS"\n"; + "Visit our for updates, support, and resources: " GIT_REPO "\n"; return false; } @@ -439,7 +439,7 @@ ServiceManager* services) << std::endl << "A server developed by: " SOFTWARE_DEVELOPERS "." << std::endl - << "Visit our forums for updates, support, and resources: " FORUMS "" << std::endl; + << "Visit our for updates, support, and resources: " GIT_REPO "" << std::endl; std::stringstream ss; #ifdef __DEBUG__ ss << " GLOBAL"; @@ -1099,7 +1099,7 @@ LRESULT CALLBACK WindowProcedure(HWND hwnd, UINT message, WPARAM wParam, LPARAM << std::endl << "A server developed by: " SOFTWARE_DEVELOPERS "." << std::endl - << "Visit our forums for updates, support, and resources: ""FORUMS" << std::endl; + << "Visit our for updates, support, and resources: " GIT_REPO "" << std::endl; } break;