Merge branch 'master' into replace-sounds-with-sound-specifier

This commit is contained in:
ShadowCommander
2021-08-10 15:05:49 -07:00
183 changed files with 5472 additions and 2022 deletions

View File

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