From: Carl Worth Date: Thu, 18 Jun 2020 15:11:00 +0000 (-0700) Subject: Fix bug attempting to set "answering_idle" state X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=97a30bcc5ad4730523a80a058db80b89a9c328b7;hp=97a30bcc5ad4730523a80a058db80b89a9c328b7;p=empires-server Fix bug attempting to set "answering_idle" state So annoying to have no static compiler checks for assigning to a mistyped property like this. Anyway, the impact of the bug here would have been fairly minimal: If a user reloaded during idle, they would not have gotten the "Move On" button like expected. ---