Lobby update ID isn't included in ingame update messages, resetting lastRecvGeneralUpdate in InitClientSync

This commit is contained in:
Regalis
2017-01-11 23:37:30 +02:00
parent 037bd09c2c
commit ed675dc75e
3 changed files with 4 additions and 2 deletions

View File

@@ -831,7 +831,7 @@ namespace Barotrauma.Networking
outmsg.Write((byte)ClientPacketHeader.UPDATE_INGAME);
outmsg.Write((byte)ClientNetObject.SYNC_IDS);
outmsg.Write(GameMain.NetLobbyScreen.LastUpdateID);
//outmsg.Write(GameMain.NetLobbyScreen.LastUpdateID);
outmsg.Write(ChatMessage.LastID);
outmsg.Write(Entity.Spawner.NetStateID);
outmsg.Write(entityEventManager.LastReceivedID);