Patched for Heavy-Industry update

This commit is contained in:
Bob Da Ross
2021-07-28 23:06:02 -05:00
parent 840421f7af
commit 2c12c9658e
3 changed files with 23 additions and 8 deletions

View File

@@ -106,7 +106,7 @@ namespace SeamlessClientPlugin
public static string Version = "1.3.01";
public static string Version = "1.3.03";
public static bool Debug = false;
private static bool Initilized = false;
@@ -139,6 +139,9 @@ namespace SeamlessClientPlugin
TryShow("Initilizing Communications!");
RunInitilizations();
}
//OnNewPlayerRequest
//throw new NotImplementedException();
}
@@ -152,6 +155,8 @@ namespace SeamlessClientPlugin
// Terrible way to make sure server knows we are running seamless client
try
{
ClientMessage PingServer = new ClientMessage(ClientMessageType.FirstJoin);
MyAPIGateway.Multiplayer?.SendMessageToServer(SeamlessClientNetID, Utilities.Utility.Serialize(PingServer));
}