mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Support PIN-required auth servers
This commit is contained in:
parent
f247d53309
commit
62a49644a5
9 changed files with 271 additions and 13 deletions
|
|
@ -54,6 +54,7 @@ private:
|
|||
char hostname[256] = "127.0.0.1";
|
||||
char username[256] = "";
|
||||
char password[256] = "";
|
||||
char pinCode[32] = "";
|
||||
int port = 3724;
|
||||
int expansionIndex = 0; // Index into expansion registry profiles
|
||||
bool authenticating = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue