]> git.cworth.org Git - empires-server/commit
Set judging_start_time_ms before anyone actually does any judging
authorCarl Worth <cworth@cworth.org>
Thu, 18 Jun 2020 16:04:29 +0000 (09:04 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 26 Jun 2020 14:37:59 +0000 (07:37 -0700)
commit9334a439e495c088d088f986a2f73138530f1dbf
tree0a8ddfbd1fe1eb05d19695f4d2bf72d57f8afaac
parent343a27a7740c870fae4a6381ab9a7abfc3594b72
Set judging_start_time_ms before anyone actually does any judging

The judging phase is different than answering in that judging is
optional. So we can't rely on clients actually sending a "judging"
notification, (since they might just submit without having clicked on
any of the words). So instead, we set the start time for the judging
phase as soon as we enter that phase.
empathy.js