Fixed bug with Broadcast Packet. Was adding player to the instance list while it shouldn't have been, and designed BroadcastPacket assuming so. Cleaned it all up and fixed, so now emote work after warp. Fixed Chocobo packets so correct appearance will show when player is spawned while riding gobbue.

This commit is contained in:
Filip Maj 2017-07-06 21:59:12 -04:00
parent 33e580ed38
commit 5dff4cbdd3
4 changed files with 19 additions and 12 deletions

View file

@ -28,7 +28,6 @@ namespace FFXIVClassic_Map_Server.dataobjects
{
this.id = sessionId;
playerActor = new Player(this, sessionId);
actorInstanceList.Add(playerActor);
}
public void QueuePacket(List<SubPacket> packets)