wesnothd: Accept 1.12.x by default
This commit is contained in:
parent
f5ba94a8a9
commit
c87134f36e
1 changed files with 1 additions and 0 deletions
|
@ -554,6 +554,7 @@ void server::load_config() {
|
|||
if (versions.empty() == false) {
|
||||
accepted_versions_ = utils::split(versions);
|
||||
} else {
|
||||
accepted_versions_.push_back("1.12*");
|
||||
accepted_versions_.push_back(game_config::version);
|
||||
accepted_versions_.push_back("test");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue