]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Don't end warmup when teams are unbalanced (WRT sv_teamnagger)
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 4 Jun 2024 17:53:18 +0000 (03:53 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 5 Aug 2024 16:26:24 +0000 (02:26 +1000)
commit5779b2cc46d995d92677f0e5946992b307c12511
treee13bda0087971137357abcd773131104c86d64b3
parentfe144c3f07ea9c3eb5d9bc084cfbd543aa136ab8
Don't end warmup when teams are unbalanced (WRT sv_teamnagger)

Allows spectators to see the unbalanced teams warning, because they
could fix it by joining the smaller team.

Aborts countdown if teams become unbalanced, for the case of someone
joining this can be avoided by enabling g_balance_teams_queue.

Updates the chatcon notification for countdown abort when the player
count drops below the minimum.
12 files changed:
notifications.cfg
qcsrc/client/hud/panel/infomessages.qc
qcsrc/client/hud/panel/scoreboard.qc
qcsrc/client/hud/panel/scoreboard.qh
qcsrc/client/hud/panel/timer.qc
qcsrc/common/notifications/all.inc
qcsrc/server/client.qc
qcsrc/server/command/vote.qc
qcsrc/server/teamplay.qc
qcsrc/server/teamplay.qh
qcsrc/server/world.qc
xonotic-server.cfg