mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 03:00:06 +00:00
Don't save removed [ai]version= key in save files
This commit is contained in:
parent
0e637361b1
commit
7b40d87f28
@ -218,7 +218,6 @@ config holder::to_config() const
|
||||
return cfg_;
|
||||
} else {
|
||||
config cfg = ai_->to_config();
|
||||
cfg["version"] = "10703";
|
||||
if (this->side_context_!=nullptr) {
|
||||
cfg.merge_with(this->side_context_->to_side_context_config());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user