mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
removed debug logs and added some
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user