Fixed session issue. Still a stopgap until d/cing is implemented.

This commit is contained in:
Filip Maj 2017-06-19 23:11:24 -04:00
parent 0c8642d6ab
commit f00e878dd0
3 changed files with 8 additions and 6 deletions

View file

@ -737,7 +737,7 @@ namespace FFXIVClassic_Map_Server
{
player.playerSession.QueuePacket(DeleteAllActorsPacket.BuildPacket(player.actorId), true, false);
player.playerSession.QueuePacket(_0xE2Packet.BuildPacket(player.actorId, 0x2), true, false);
player.SendZoneInPackets(this, spawnType);
//player.SendZoneInPackets(this, spawnType);
}
player.SendZoneInPackets(this, spawnType);