mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
[Cleanup] Remove FindByName(charname) from clientlist.h (#3096)
# Notes - This is unused.
This commit is contained in:
@@ -30,7 +30,6 @@ public:
|
||||
void Add(Client* client);
|
||||
Client* Get(uint32 ip, uint16 port);
|
||||
Client* FindByAccountID(uint32 account_id);
|
||||
Client* FindByName(char* charname);
|
||||
|
||||
void ZoneBootup(ZoneServer* zs);
|
||||
void RemoveCLEReferances(ClientListEntry* cle);
|
||||
|
||||
Reference in New Issue
Block a user