]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix inconsistent ReadyCount() calling logic
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 26 Sep 2022 05:21:33 +0000 (15:21 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 26 Sep 2022 05:21:33 +0000 (15:21 +1000)
commit62753535d6ed2add1e707e6adc22774724574096
tree4f4d7de8d77440ddec2df3614b3f79955c668842
parent3da3ef607a0e189266a4cf24e5b0f10efff92962
Fix inconsistent ReadyCount() calling logic

timeout_status was checked at only 1 call site,
and readiness changes during a timeout were sometimes ignored.

ReadyCount() was sometimes called when not in warmup.
qcsrc/server/client.qc
qcsrc/server/command/cmd.qc
qcsrc/server/command/common.qc
qcsrc/server/command/vote.qc