Changes to make it actually sorta work

This commit is contained in:
KimLS
2017-12-11 18:38:04 -08:00
parent 5bbeec626c
commit 569a907e43
11 changed files with 75 additions and 76 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ public:
/**
* Informs world that there is a client incoming with the following data.
*/
void SendClientAuth(std::string ip, std::string account, std::string key, unsigned int account_id);
void SendClientAuth(std::string ip, std::string account, std::string key, unsigned int account_id, const std::string &loginserver_name);
private: