mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 20:08:20 +02:00
Fixed error, removed RabbitMQ package as it isn't used.
This commit is contained in:
parent
05eca7f22e
commit
88233cf6d2
3 changed files with 1 additions and 7 deletions
|
@ -17,8 +17,7 @@ namespace FFXIVClassic_Map_Server.packets.send.search
|
|||
{
|
||||
using (BinaryWriter binWriter = new BinaryWriter(mem))
|
||||
{
|
||||
binWriter.Write(Encoding.ASCII.GetBytes(sender), 0, Encoding.ASCII.GetByteCount(sender) >= 0x20 ? 0x20 : Encoding.ASCII.GetByteCount(sender));
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
return new SubPacket(OPCODE, sourceActorId, data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue