We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3512b53 commit 0b4b30bCopy full SHA for 0b4b30b
engine/Assets/Scripts/Modes/ModeManager.cs
@@ -33,7 +33,6 @@ public static IMode CurrentMode {
33
public static void Start() {
34
if (CurrentMode == null) {
35
if (isSinglePlayer) {
36
- Debug.Log("Sim runner start create modal");
37
DynamicUIManager.CreateModal<ChooseSingleplayerModeModal>();
38
} else {
39
DynamicUIManager.CreateModal<ChooseMultiplayerModeModal>();
0 commit comments