mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Added command and script packets. Finished the SetActorProperty packet. Fixed bug with manually send packets from console.
This commit is contained in:
parent
ba68546cc9
commit
0a6b005a0c
9 changed files with 198 additions and 43 deletions
|
@ -71,7 +71,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
|
||||
public ClientConnection getConnection2()
|
||||
{
|
||||
return conn1;
|
||||
return conn2;
|
||||
}
|
||||
|
||||
public Actor getActor()
|
||||
|
@ -136,7 +136,8 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
}
|
||||
}
|
||||
|
||||
basePackets.Add(BasePacket.createPacket(posUpdateSubpackets, true, false));
|
||||
if (posUpdateSubpackets.Count > 0)
|
||||
basePackets.Add(BasePacket.createPacket(posUpdateSubpackets, true, false));
|
||||
|
||||
return basePackets;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue