removed debug logs and added some

This commit is contained in:
Melbyj1125
2022-03-30 12:31:38 -05:00
parent 7408467597
commit 432cb0c028
11 changed files with 19 additions and 17 deletions

View File

@@ -48,9 +48,6 @@ public class OffenseKickState : OffenseBaseState
else{
legRotation = -90;
}
//jitter player upwards because of a weird issue with collider
oSM.moveController.Move(new Vector3(0,.002f,0));
}
//kicking timer

View File

@@ -101,7 +101,7 @@ public class OffenseStateManager : NetworkBehaviour
}
public void SwitchState(OffenseBaseState state){
if (!IsLocalPlayer) { return; }
currentState.ExitState(this, state);
//Sets the previous State