Minor fixes and tweaks

This commit is contained in:
juanjp600
2016-09-01 22:22:45 -03:00
parent 51dd858af1
commit e0b6642767
4 changed files with 34 additions and 30 deletions
@@ -187,6 +187,7 @@ namespace Barotrauma.Networking
//new client
Client newClient = new Client(clName, GetNewClientID());
newClient.lastRecvChatMsgID = ChatMessage.LastID;
newClient.Connection = unauthClient.Connection;
unauthenticatedClients.Remove(unauthClient);
unauthClient = null;