]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix AlertControl throwing an error if the sprite view entity is deleted multiple...
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Mon, 6 May 2024 01:38:55 +0000 (18:38 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 01:38:55 +0000 (21:38 -0400)
commitc20df3e39ffd3b28db499bcc4a0e1fb48b563826
tree379602fdc6cfa9ed31ad770790f0eb76d537e2aa
parent82fe5ab55de121e153b164b83b363fd4d95e437d
Fix AlertControl throwing an error if the sprite view entity is deleted multiple times (#27690)

* Fix AlertControl throwing an error if disposed multiple times

* Replace default check with deleted check
Content.Client/UserInterface/Systems/Alerts/Controls/AlertControl.cs