Add helper function to get socket from player ID

Co-authored-by: Jade <jadeshrinemaiden@gmail.com>
This commit is contained in:
Gent
2020-10-02 17:00:36 -04:00
parent 21b7500e13
commit 1b55ab44e3
2 changed files with 9 additions and 0 deletions

View File

@@ -66,4 +66,5 @@ namespace PlayerManager {
bool isAccountInUse(int accountId);
void exitDuplicate(int accountId);
void setSpecialState(CNSocket* sock, CNPacketData* data);
CNSocket* getSockFromID(int32_t iID);
}