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

@@ -210,7 +210,8 @@ public class AerialStateManager : NetworkBehaviour
}
public void SwitchState(AerialBaseState state){
if (!IsLocalPlayer) { return; }
currentState.ExitState(this, state);
//Sets the previous State
@@ -304,7 +305,7 @@ public class AerialStateManager : NetworkBehaviour
curJumpNum = 0;
}
else{
pStats.GravVel = pStats.JumpPow;
pStats.GravVel = pStats.JumpPow;
}