Files
Bubberstation/code/controllers
SkyratBot 7b096b7672 [MIRROR] Fix random job assignments occasionally assigning to roles that were already filled. [MDB IGNORE] (#11416)
* 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>
2022-02-10 00:15:31 +00:00
..