Fix potential timer exception
This commit is contained in:
@@ -112,6 +112,7 @@ namespace Content.Server.Explosion
|
|||||||
|
|
||||||
Timer.Spawn(delay, () =>
|
Timer.Spawn(delay, () =>
|
||||||
{
|
{
|
||||||
|
if (triggered.Deleted) return;
|
||||||
Trigger(triggered, user);
|
Trigger(triggered, user);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user