mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Some fixes and missing scripts.
This commit is contained in:
@@ -613,10 +613,10 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
{
|
||||
try
|
||||
{
|
||||
// BasePacket packet = new BasePacket(path);
|
||||
|
||||
//packet.ReplaceActorID(actorId);
|
||||
//QueuePacket(packet);
|
||||
BasePacket packet = new BasePacket(path);
|
||||
packet.ReplaceActorID(actorId);
|
||||
foreach (SubPacket p in packet.GetSubpackets())
|
||||
playerSession.QueuePacket(p);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user