Don't save removed [ai]version= key in save files

This commit is contained in:
Celtic Minstrel 2016-09-18 20:07:49 -04:00 committed by GitHub
parent 0e637361b1
commit 7b40d87f28

View file

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