mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Error and server list packets added. Reserve will send error to client if a character name is take for a server. Code to send out server list on GetCharacters added.
This commit is contained in:
parent
c982493d66
commit
091166b41a
8 changed files with 216 additions and 223 deletions
|
@ -11,7 +11,7 @@ namespace FFXIVClassic_Lobby_Server.dataobjects
|
|||
public ushort id;
|
||||
public string address;
|
||||
public ushort port;
|
||||
public ushort unknown;
|
||||
public ushort listPosition;
|
||||
public ushort population;
|
||||
public string name;
|
||||
public bool isActive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue