mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00:00
08340ca18a
`GetFullRepresentation` doesn't reset `this.changes` to `null`. So when a message arrives the ai-interface will not be informed. The ai-interface calls `GetFullRepresentation` and removed the dirty flag from the ai interface. This two behaviors lead to the error that the ai never receives messages from entities which exist at game start.