mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
Fixed bug with ui on networked
-chagne cool down script to call a function to populate player canvas -Added populate call to three network scripts
This commit is contained in:
@@ -256,6 +256,7 @@ public class PauseMenu : NetworkBehaviour {
|
||||
character.GetComponentInChildren<NitroStateManager>().enabled = true;
|
||||
character.GetComponentInChildren<AerialStateManager>().enabled = true;
|
||||
character.GetComponentInChildren<OffenseStateManager>().enabled = true;
|
||||
character.GetComponentInChildren<CoolDown>().populatePlayerCanvas();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user