Update server to use new way of getting wesnoth version
This commit is contained in:
parent
aaabbf2687
commit
57da02a919
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue