Open metalgearsloth opened 4 months ago
shouldnt ui controllers not be subscribing to events??
shouldnt ui controllers not be subscribing to events??
Realistically they should have all eventsub functionality removed yeah.
Isn't that UI controllers whole spiel? Behaving like an entity system?
This is the actual cause of https://github.com/space-wizards/space-station-14/issues/28559
The problem is eventsubs get cleared on entitymanager shutdown (AKA when the sim shuts down). UIController lifetimes do not match EntityManager and they do not handle this so all of their subscriptions get removed.