This commit is contained in:
in0finite 2022-01-04 21:27:30 +01:00
parent 371e5348a6
commit 0e4bd013e1

View file

@ -26,7 +26,8 @@ namespace SanAndreasUnity.Behaviours.Peds.States
public override void UpdateState()
{
this.TryEmitSound();
if (m_isServer)
this.TryEmitSound();
base.UpdateState();
}