Skip to content

Commit efaf5bb

Browse files
committed
Fix settings appearing correctly
1 parent 653e1f5 commit efaf5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/MicroEngineer/Code/MicroEngineerPlugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public override void OnPreInitialized()
5858
{
5959
SWLogger.LogInfo($"OAB UI Item: {item}");
6060
}
61+
62+
Settings.Initialize();
6163
}
6264

6365
public override void OnInitialized()
@@ -99,8 +101,6 @@ public override void OnInitialized()
99101
}
100102
);
101103

102-
Settings.Initialize();
103-
104104
MainUpdateLoop = StartCoroutine(DoFlightUpdate());
105105
}
106106

0 commit comments

Comments
 (0)