Fix two grafana errors (#10858)

This commit is contained in:
Leon Friedrich
2022-08-26 01:36:44 +12:00
committed by GitHub
parent ca7175a140
commit 523f168d5e
2 changed files with 5 additions and 3 deletions

View File

@@ -191,6 +191,9 @@ namespace Content.Server.ParticleAccelerator.Components
protected override void OnRemove()
{
_fireCancelTokenSrc?.Cancel();
_fireCancelTokenSrc = null;
Master = null;
foreach (var part in AllParts())
{