Added AutoUpdater

This commit is contained in:
Bob Da Ross
2021-03-21 22:00:21 -05:00
parent 796a78a87f
commit 8df2868708
7 changed files with 488 additions and 39 deletions

View File

@@ -124,7 +124,12 @@ namespace SeamlessClientPlugin.SeamlessTransfer
//Sync.Clients.Clear();
var PCollection = MySession.Static.Gpss[MySession.Static.LocalPlayerId];
PCollection.Clear();
MyHud.GpsMarkers.Clear();
SeamlessClient.TryShow(PCollection.Count + "registered GPS points");
// MyGuiSandbox.UnloadContent();
}
}