diff --git a/Content.Server/Decals/DecalSystem.cs b/Content.Server/Decals/DecalSystem.cs index 242cbb8cd7..912108ebc6 100644 --- a/Content.Server/Decals/DecalSystem.cs +++ b/Content.Server/Decals/DecalSystem.cs @@ -311,7 +311,7 @@ namespace Content.Server.Decals base.Update(frameTime); - foreach (var session in Filter.Broadcast().Recipients) + foreach (var session in Filter.GetAllPlayers(_playerManager)) { if (session is not IPlayerSession { Status: SessionStatus.InGame } playerSession) continue;