Adjust API handlers

This commit is contained in:
Akkadius
2019-08-10 04:56:50 -05:00
parent 2081b0e214
commit 8a2fce83e0
5 changed files with 44 additions and 23 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
* @param email
* @return
*/
static uint32 CreateLocalLoginServerAccount(std::string username, std::string password, std::string email = "");
static int32 CreateLocalLoginServerAccount(std::string username, std::string password, std::string email = "");
/**
* @param username