Replace some sound PlayEntity with PlayPvs (#34317)
This commit is contained in:
@@ -165,7 +165,7 @@ namespace Content.Server.Kitchen.EntitySystems
|
||||
QueueDel(gib);
|
||||
}
|
||||
|
||||
_audio.PlayEntity(component.SpikeSound, Filter.Pvs(uid), uid, true);
|
||||
_audio.PlayPvs(component.SpikeSound, uid);
|
||||
}
|
||||
|
||||
private bool TryGetPiece(EntityUid uid, EntityUid user, EntityUid used,
|
||||
|
||||
Reference in New Issue
Block a user