Delta-v/Content.Server/GameObjects/Components/Doors
ShadowCommander adaf0ade52 Fix crash on restart when a Airlock is opening/closing (#481)
* Fix crash when _appearance is null

Added a function to error check and set _appearance.SetData.

Added cancellation token which should stop the Timer, but doesn't seem to right now.

* Fix missing CancellationToken causing a crash

This delay would delay _appearance.SetData until after _apppearance was set to null when the component was removed causing a null reference exception.
2019-11-29 16:53:26 +01:00
..
AirlockComponent.cs Correctly implement opening animation for airlocks with open maintenance panel. 2019-10-14 00:20:01 +02:00
ServerDoorComponent.cs Fix crash on restart when a Airlock is opening/closing (#481) 2019-11-29 16:53:26 +01:00