Files
Wildkins 2e8e10a902 Fixes a Modulo Moment in lobby screens (#21869)
see title

(++index % num_lobby_screens) will only ever get you [0,
num_lobby_screens), which is why it maxes with 1. but that still ignores
the last screen. so instead we just do the smart thing which is to add
+1 after.
2026-02-14 16:46:43 +00:00
..
2026-02-09 23:20:48 +00:00