Skip to content

Commit

Permalink
Update server to use new way of getting wesnoth version
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Jun 4, 2018
1 parent aaabbf2 commit 57da02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/server.cpp
Expand Up @@ -2294,7 +2294,7 @@ void server::version_handler(
assert(out != nullptr);

if(parameters.empty()) {
*out << "Server version is " << game_config::version;
*out << "Server version is " << game_config::wesnoth_version.str();
return;
}

Expand Down

0 comments on commit 57da02a

Please sign in to comment.