mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 09:54:28 -05:00
removed debug logs and added some
This commit is contained in:
@@ -92,7 +92,7 @@ public class NitroStateManager : NetworkBehaviour
|
||||
}
|
||||
|
||||
public void SwitchState(NitroBaseState state){
|
||||
|
||||
if (!IsLocalPlayer) { return; }
|
||||
currentState.ExitState(this, state);
|
||||
|
||||
//Sets the previous State
|
||||
|
||||
Reference in New Issue
Block a user