diff --git a/Content.Shared/RatKing/SharedRatKingSystem.cs b/Content.Shared/RatKing/SharedRatKingSystem.cs index 761619dc4a..93293d09be 100644 --- a/Content.Shared/RatKing/SharedRatKingSystem.cs +++ b/Content.Shared/RatKing/SharedRatKingSystem.cs @@ -130,7 +130,7 @@ public abstract class SharedRatKingSystem : EntitySystem component.Looted = true; Dirty(uid, component); - _audio.PlayPvs(component.Sound, uid); + _audio.PlayPredicted(component.Sound, uid, args.User); var spawn = PrototypeManager.Index(component.RummageLoot).Pick(Random); if (_net.IsServer)