mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-23 09:30:56 +02:00
Removed redundant queuepacket func.
This commit is contained in:
parent
ab3e152b7d
commit
33e580ed38
4 changed files with 12 additions and 19 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue