mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-03 07:05:37 +00:00
0a4bfefb1e
The cache would take the value post-player-modification, which is incorrect. This would usually just make caching fail, but could trigger worse problems if the post-player value is also used in other situations. One such situation leads to an OOS for britons. Thanks to elexis for the thorough investigation. Fixes #7634