Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyx14 committed Jan 23, 2016
1 parent 47be943 commit 6b85987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions path_8_7x/sources/otserv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 6b85987

Please sign in to comment.