Don't save removed [ai]version= key in save files
This commit is contained in:
parent
0e637361b1
commit
7b40d87f28
1 changed files with 0 additions and 1 deletions
|
@ -218,7 +218,6 @@ config holder::to_config() const
|
||||||
return cfg_;
|
return cfg_;
|
||||||
} else {
|
} else {
|
||||||
config cfg = ai_->to_config();
|
config cfg = ai_->to_config();
|
||||||
cfg["version"] = "10703";
|
|
||||||
if (this->side_context_!=nullptr) {
|
if (this->side_context_!=nullptr) {
|
||||||
cfg.merge_with(this->side_context_->to_side_context_config());
|
cfg.merge_with(this->side_context_->to_side_context_config());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue