Fix potential timer exception

This commit is contained in:
metalgearsloth
2021-08-02 10:43:42 +10:00
parent ff320b4edc
commit 5c5cd601e6

View File

@@ -112,6 +112,7 @@ namespace Content.Server.Explosion
Timer.Spawn(delay, () =>
{
if (triggered.Deleted) return;
Trigger(triggered, user);
});
}