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 73c50d8 commit 675882cCopy full SHA for 675882c
MicroEngineerProject/MicroEngineer/MicroEngineerMod.cs
@@ -186,7 +186,7 @@ private void OnGUI()
186
GUI.skin = MicroStyles.SpaceWarpUISkin;
187
188
MicroUtility.RefreshGameManager();
189
- if (MicroUtility.GameState.GameState == GameState.VehicleAssemblyBuilder)
+ if (MicroUtility.GameState?.GameState == GameState.VehicleAssemblyBuilder)
190
OnGUI_OAB();
191
else
192
OnGUI_Flight();
0 commit comments