Heavy wip on login changes to get it to actually work like we want

This commit is contained in:
KimLS
2017-12-10 23:35:25 -08:00
parent 6b70faf141
commit 5bbeec626c
28 changed files with 338 additions and 138 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public:
LoginServerList();
~LoginServerList();
void Add(const char*, const char*, uint16, const char*, const char*, bool);
void Add(const char*, uint16, const char*, const char*, bool);
bool SendInfo();
bool SendStatus();