mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
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:
parent
e30831fdc5
commit
ebd8ab0580
5 changed files with 17 additions and 18 deletions
|
@ -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 = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue