Added online player window changes

This commit is contained in:
Garrett Fulghum
2022-04-21 23:05:26 -05:00
parent 9faeb69ed4
commit 5b425a5363
5 changed files with 611 additions and 10 deletions

View File

@@ -148,7 +148,7 @@ namespace SeamlessClientPlugin.SeamlessTransfer
MyMultiplayer.Static.OnSessionReady();
RemoveOldEntities();
UpdateWorldGenerator();
StartEntitySync();
@@ -414,6 +414,9 @@ namespace SeamlessClientPlugin.SeamlessTransfer
if (MyMultiplayer.Static == null)
throw new Exception("MyMultiplayer.Static is null on unloading? dafuq?");
RemoveOldEntities();
//Try and close the quest log
MySessionComponentIngameHelp component = MySession.Static.GetComponent<MySessionComponentIngameHelp>();
component?.TryCancelObjective();