mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Updated lobby code for new Subpacket type.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace FFXIVClassic_Lobby_Server.packets
|
||||
binWriter.Dispose();
|
||||
memStream.Dispose();
|
||||
|
||||
return new SubPacket(OPCODE, 0xe0006868, 0xe0006868, data);
|
||||
return new SubPacket(OPCODE, 0xe0006868, data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user