mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 21:08:20 +00:00
Changes to make it actually sorta work
This commit is contained in:
@@ -96,6 +96,11 @@ public:
|
||||
*/
|
||||
unsigned int GetAccountID() const { return account_id; }
|
||||
|
||||
/**
|
||||
* Gets the loginserver name of this client.
|
||||
*/
|
||||
std::string GetLoginServerName() const { return loginserver_name; }
|
||||
|
||||
/**
|
||||
* Gets the account name of this client.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user