Removed redundant queuepacket func.

This commit is contained in:
Filip Maj 2017-06-27 21:40:49 -04:00
parent ab3e152b7d
commit 33e580ed38
4 changed files with 12 additions and 19 deletions

View file

@ -110,8 +110,8 @@ namespace FFXIVClassic_Map_Server.actors.director
{
foreach (Player p in GetPlayerMembers())
{
p.QueuePacket(GetSpawnPackets());
p.QueuePacket(GetInitPackets());
p.QueuePackets(GetSpawnPackets());
p.QueuePackets(GetInitPackets());
}
}