mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-18 05:48:27 +00:00
fix
This commit is contained in:
parent
371e5348a6
commit
0e4bd013e1
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ namespace SanAndreasUnity.Behaviours.Peds.States
|
||||||
|
|
||||||
public override void UpdateState()
|
public override void UpdateState()
|
||||||
{
|
{
|
||||||
this.TryEmitSound();
|
if (m_isServer)
|
||||||
|
this.TryEmitSound();
|
||||||
|
|
||||||
base.UpdateState();
|
base.UpdateState();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue