Spell checks
This commit is contained in:
@@ -655,7 +655,7 @@ namespace SeamlessClient.ServerSwitching
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Seamless.TryShow($"An error occured while loading GPS points! You will have an empty gps list! \n {ex.ToString()}");
|
Seamless.TryShow($"An error occurred while loading GPS points! You will have an empty gps list! \n {ex.ToString()}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -379,7 +379,7 @@ namespace SeamlessClient.Components
|
|||||||
|
|
||||||
//Request client state batch
|
//Request client state batch
|
||||||
(MyMultiplayer.Static as MyMultiplayerClientBase).RequestBatchConfirmation();
|
(MyMultiplayer.Static as MyMultiplayerClientBase).RequestBatchConfirmation();
|
||||||
MyMultiplayer.Static.PendingReplicablesDone += MyMultiplayer_PendingReplicablesDone;
|
MyMultiplayer.Static.PendingReplicablesDone += MyMultiplayer_PendingReplicableDone;
|
||||||
//typeof(MyGuiScreenTerminal).GetMethod("CreateTabs")
|
//typeof(MyGuiScreenTerminal).GetMethod("CreateTabs")
|
||||||
|
|
||||||
MySession.Static.LoadDataComponents();
|
MySession.Static.LoadDataComponents();
|
||||||
@@ -392,13 +392,13 @@ namespace SeamlessClient.Components
|
|||||||
Seamless.TryShow("Loading Complete!");
|
Seamless.TryShow("Loading Complete!");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void MyMultiplayer_PendingReplicablesDone()
|
private static void MyMultiplayer_PendingReplicableDone()
|
||||||
{
|
{
|
||||||
if (MySession.Static.VoxelMaps.Instances.Count > 0)
|
if (MySession.Static.VoxelMaps.Instances.Count > 0)
|
||||||
{
|
{
|
||||||
MySandboxGame.AreClipmapsReady = false;
|
MySandboxGame.AreClipmapsReady = false;
|
||||||
}
|
}
|
||||||
MyMultiplayer.Static.PendingReplicablesDone -= MyMultiplayer_PendingReplicablesDone;
|
MyMultiplayer.Static.PendingReplicablesDone -= MyMultiplayer_PendingReplicableDone;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user