mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Fixed login breaking due to destinationZone not going to 0 after switch or crash.
This commit is contained in:
parent
ebd8ab0580
commit
260878df38
@ -474,6 +474,10 @@ namespace FFXIVClassic_Map_Server
|
|||||||
|
|
||||||
player.SendZoneInPackets(this, spawnType);
|
player.SendZoneInPackets(this, spawnType);
|
||||||
|
|
||||||
|
player.destinationZone = 0;
|
||||||
|
player.destinationSpawnType = 0;
|
||||||
|
Database.SavePlayerPosition(player);
|
||||||
|
|
||||||
player.playerSession.LockUpdates(false);
|
player.playerSession.LockUpdates(false);
|
||||||
|
|
||||||
LuaEngine.OnZoneIn(player);
|
LuaEngine.OnZoneIn(player);
|
||||||
|
Loading…
Reference in New Issue
Block a user