Why when saving a game items.xml can it be saved incorrectly?

nagor
Posts: 9
Joined: Fri Oct 30, 2020 6:30 pm

Why when saving a game items.xml can it be saved incorrectly?

Post by nagor »

For example, so:

Code: Select all

<items>
    <item/>
    <item className="Placeable" id="2" …
</items>
Because of the code in the second line, of course, not a single object appeared on the map.
With such an error, you can not even look at the missing id="1". :lol:

Several objects were deleted before saving, but this is not an extraordinary action and should not cause such an error. At least, this was not the case before.

What could be the reason and how to avoid it?