Remove the <os> element from scenarios

Fix #522
This commit is contained in:
2025-02-15 23:41:27 -06:00
committed by Celtic Minstrel
parent c6f06ea862
commit 2145d88133
67 changed files with 0 additions and 67 deletions

View File

@@ -160,7 +160,6 @@ void writeScenarioToXml(ticpp::Printer&& data, cScenario& scenario) {
data.OpenElement("creator");
data.PushElement("type", "oboe");
data.PushElement("version", scenario.format_ed_version());
data.PushElement("os", get_os_version());
data.CloseElement("creator");
data.OpenElement("game");
data.PushElement("num-towns", scenario.towns.size());