]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix GUI map voting with g_maplist_shuffle <= 0 && g_maplist_selectrandom 0
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 23 Oct 2023 23:28:23 +0000 (09:28 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 10 Feb 2024 08:16:58 +0000 (18:16 +1000)
commit978b389f7810328d616ff4ceca1690ef51d90b53
treebebe17c39756ee18b295d179d165c1dc85e0d870
parent01d975ef584acf1cfd3ecc739955ee10f916c75c
Fix GUI map voting with g_maplist_shuffle <= 0 && g_maplist_selectrandom 0

MaplistMethod_Iterate() returned the same map every time because
Map_Current wasn't updated.

Documents g_maplist_shuffle -1.
qcsrc/server/intermission.qc
xonotic-server.cfg