Update server to use new way of getting wesnoth version

This commit is contained in:
loonycyborg 2018-06-04 13:21:20 +03:00
parent aaabbf2687
commit 57da02a919

View file

@ -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;
}