mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user