Fix two grafana errors (#10858)
This commit is contained in:
@@ -191,6 +191,9 @@ namespace Content.Server.ParticleAccelerator.Components
|
||||
|
||||
protected override void OnRemove()
|
||||
{
|
||||
_fireCancelTokenSrc?.Cancel();
|
||||
_fireCancelTokenSrc = null;
|
||||
|
||||
Master = null;
|
||||
foreach (var part in AllParts())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user