This commit is contained in:
in0finite 2019-07-13 18:58:30 +02:00
parent 75ab5d5d9b
commit 853a264750

View file

@ -60,7 +60,7 @@ namespace SanAndreasUnity.Behaviours.Peds.States
Debug.LogErrorFormat("wrong magic word when switching to roll state: {0}", magicWord);
m_rollLeft = reader.ReadBoolean();
base.OnSwitchedStateByServer(null);
m_ped.SwitchState(this.GetType());
}