Fixed empty screen
This commit is contained in:
@@ -510,9 +510,6 @@ namespace SeamlessClient.ServerSwitching
|
||||
SetWorldSettings();
|
||||
InitComponents();
|
||||
|
||||
// Allow the game to start proccessing incoming messages in the buffer
|
||||
MyMultiplayer.Static.StartProcessingClientMessages();
|
||||
|
||||
StartEntitySync();
|
||||
|
||||
//MyGuiSandbox.RemoveScreen(MyGuiScreenHudSpace.Static);
|
||||
@@ -542,7 +539,8 @@ namespace SeamlessClient.ServerSwitching
|
||||
originalLocalCharacter?.Close();
|
||||
ResetReplicationTime(true);
|
||||
|
||||
|
||||
// Allow the game to start proccessing incoming messages in the buffer
|
||||
MyMultiplayer.Static.StartProcessingClientMessages();
|
||||
|
||||
|
||||
//Send Client Ready
|
||||
|
@@ -33,7 +33,7 @@ namespace SeamlessClient
|
||||
private Assembly thisAssembly => typeof(Seamless).Assembly;
|
||||
private bool Initilized = false;
|
||||
public static bool isSeamlessServer { get; private set; } = false;
|
||||
public static bool isDebug = false;
|
||||
public static bool isDebug = true;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user