mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
Ported over the network code from the map server. A lot of backedlogged changes are here as well.
This commit is contained in:
parent
af4a0d5546
commit
8c73f6e926
12 changed files with 443 additions and 184 deletions
|
@ -77,8 +77,7 @@ namespace FFXIVClassic_Lobby_Server.packets
|
|||
binWriter.Write(Encoding.ASCII.GetBytes(chara.name.PadRight(0x20, '\0'))); //Name
|
||||
binWriter.Write(Encoding.ASCII.GetBytes(worldname.PadRight(0xE, '\0'))); //World Name
|
||||
|
||||
CharaInfo info = JsonConvert.DeserializeObject<CharaInfo>(chara.charaInfo);
|
||||
binWriter.Write(info.buildForCharaList(chara, appearance)); //Appearance Data
|
||||
binWriter.Write(CharaInfo.buildForCharaList(chara, appearance)); //Appearance Data
|
||||
//binWriter.Write(CharaInfo.debug()); //Appearance Data
|
||||
|
||||
characterCount++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue