Removed cheap timer hack
This commit is contained in:
@@ -42,11 +42,6 @@ namespace SeamlessClientPlugin.SeamlessTransfer
|
||||
|
||||
SwitchServers Switcher = new SwitchServers(E, Request.DeserializeWorldData());
|
||||
Switcher.BeginSwitch();
|
||||
|
||||
// MyGameService.OnPingServerResponded += PingResponded;
|
||||
//MyGameService.OnPingServerFailedToRespond += FailedToRespond;
|
||||
|
||||
//MyGameService.PingServer(Transfer.IPAdress);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -123,9 +123,10 @@ namespace SeamlessClientPlugin.SeamlessTransfer
|
||||
RemoveOldEntities();
|
||||
UpdateWorldGenerator();
|
||||
|
||||
|
||||
StartEntitySync();
|
||||
|
||||
|
||||
|
||||
MyModAPIHelper.Initialize();
|
||||
// Allow the game to start proccessing incoming messages in the buffer
|
||||
MyMultiplayer.Static.StartProcessingClientMessages();
|
||||
|
Reference in New Issue
Block a user