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:
@@ -78,7 +78,7 @@ public class DashStateManager : NetworkBehaviour
|
||||
}
|
||||
|
||||
public void SwitchState(DashBaseState state){
|
||||
|
||||
if (!IsLocalPlayer) { return; }
|
||||
currentState.ExitState(this, state);
|
||||
|
||||
//Sets the previous State
|
||||
|
||||
Reference in New Issue
Block a user