mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Use auth username for world connection
This commit is contained in:
parent
e8b0a0256d
commit
c1b998534f
2 changed files with 6 additions and 1 deletions
|
|
@ -52,6 +52,7 @@ public:
|
|||
// State
|
||||
AuthState getState() const { return state; }
|
||||
const std::vector<uint8_t>& getSessionKey() const { return sessionKey; }
|
||||
const std::string& getUsername() const { return username; }
|
||||
|
||||
// Callbacks
|
||||
void setOnSuccess(AuthSuccessCallback callback) { onSuccess = callback; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue