forked from mirrors/0ad
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