mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
* Fix random job assignments occasionally assigning to roles that were already filled (#64734) Missing continue in the random job assignment code meant an if statement was ineffective, code fell through and assigned roles to jobs that were already full. * Fix random job assignments occasionally assigning to roles that were already filled. Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>