mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 18:08:22 +00:00
Changes to make it actually sorta work
This commit is contained in:
@@ -48,12 +48,12 @@ public:
|
||||
/**
|
||||
* Removes a client with a certain account id.
|
||||
*/
|
||||
void RemoveExistingClient(unsigned int account_id);
|
||||
void RemoveExistingClient(unsigned int account_id, const std::string &loginserver);
|
||||
|
||||
/**
|
||||
* Gets a client (if exists) by their account id.
|
||||
*/
|
||||
Client *GetClient(unsigned int account_id);
|
||||
Client *GetClient(unsigned int account_id, const std::string &loginserver);
|
||||
private:
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user