From: J Date: Sat, 3 May 2025 16:05:29 +0000 (+0100) Subject: Explosions warnings cleanup (#36167) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=82ce890fc935e5f7afe3be9c6342c14bda41efce;p=space-station-14.git Explosions warnings cleanup (#36167) * Explosions warnings cleanup * Revert unnecessary change * Cleaner Entity instantiation * Remove conflicting changes with #36098 --- diff --git a/Content.Client/Explosion/TriggerSystem.Proximity.cs b/Content.Client/Explosion/TriggerSystem.Proximity.cs index d88bb4d449..8f3ab86a70 100644 --- a/Content.Client/Explosion/TriggerSystem.Proximity.cs +++ b/Content.Client/Explosion/TriggerSystem.Proximity.cs @@ -93,7 +93,7 @@ public sealed partial class TriggerSystem break; case ProximityTriggerVisuals.Active: if (_player.HasRunningAnimation(uid, player, AnimKey)) return; - _player.Play(uid, player, _flasherAnimation, AnimKey); + _player.Play((uid, player), _flasherAnimation, AnimKey); break; case ProximityTriggerVisuals.Off: default: