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

View file

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