]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - qcsrc/server/client.qc
Improve end of warmup countdown abort (when player count drops too low)
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 20 Oct 2022 15:29:14 +0000 (01:29 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 6 Jan 2023 07:16:10 +0000 (17:16 +1000)
commit3b5e884b5e67ad05b088c0f0d6af589a6c39be3a
tree2d30e2f4c0a46c8a3fd9135d20ef5ef9ddbf857c
parentc88915306c11c228f92e605482ff612b59469910
Improve end of warmup countdown abort (when player count drops too low)

Respects g_warmup_allguns 1.
Previously players were left with only shotgun and blaster in the
resumed warmup when sv_ready_restart_after_countdown 0.

Fixes incomplete countdown abort when sv_ready_restart_after_countdown 1.

Allows bots to start playing again immediately when countdown is aborted.
qcsrc/server/bot/default/bot.qc
qcsrc/server/client.qc
qcsrc/server/client.qh
qcsrc/server/command/vote.qc