Fixed random crashes when zoning. Was due to improper write of the SessionEndPacket. For extra safety db is locked until zone in happens. Added some logs. Seems to be all working!

This commit is contained in:
Filip Maj 2016-12-03 13:23:32 -05:00
parent e30831fdc5
commit ebd8ab0580
5 changed files with 17 additions and 18 deletions

View file

@ -20,7 +20,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
public uint languageCode = 1;
private uint lastPingPacket = Utils.UnixTimeStampUTC();
public bool isUpdatesLocked = false;
public bool isUpdatesLocked = true;
public string errorMessage = "";