mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
2e8e10a902
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.