This commit is contained in:
Garrett
2024-09-10 12:47:54 -05:00
parent 76eba720df
commit f62fc4e32b
2 changed files with 3 additions and 2 deletions

View File

@@ -186,7 +186,8 @@ namespace SeamlessClient.Components
MyMultiplayer.Static.StartProcessingClientMessages();
//Recreate all controls... Will fix weird gui/paint/crap
MyGuiScreenHudSpace.Static.RecreateControls(true);
if(MyGuiScreenHudSpace.Static != null)
MyGuiScreenHudSpace.Static.RecreateControls(true);
//MySession.Static.LocalHumanPlayer.BuildArmorSkin = OldArmorSkin;
}

View File

@@ -37,7 +37,7 @@ namespace SeamlessClient
private bool Initilized = false;
public static bool isSeamlessServer { get; private set; } = false;
public static bool isDebug = false;
public static bool UseNewVersion = true;
public static bool UseNewVersion = false;