mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 05:35:37 +00:00
d5fedc7c76
a) Run commands were not being sent accross properly because the JS just directly set flags on the entity. Note: The current fix has the side-effect of making it no longer possible to double-rightclick a target to charge, run-gather, etc. That will be fixed in a later commit. b) EntityLists were serialized in a format that made it impossible to deserialize a zero-length list. This was SVN commit r6221.