Files
Bubberstation/code/controllers
SkyratBot b3d9239670 [MIRROR] Fixes a potential "fail to setup jobs" state due to disappearing clients [MDB IGNORE] (#11375)
* Fixes a potential "fail to setup jobs" state due to disappearing clients (#64735)

Fixes a runtime error that can occur during DivideOccupations() in the event that one of the players has their clients disappear during setup due to classic byond client volatility.

If a new player's client vanishes during job setup, it will read as null instead of runtiming, which throws a JobDebug and moves onto the next player.

* Fixes a potential "fail to setup jobs" state due to disappearing clients

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
2022-02-08 17:45:39 +00:00
..