aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NorthstarDLL/masterserver/masterserver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/masterserver/masterserver.cpp b/NorthstarDLL/masterserver/masterserver.cpp
index 76106169..015670e7 100644
--- a/NorthstarDLL/masterserver/masterserver.cpp
+++ b/NorthstarDLL/masterserver/masterserver.cpp
@@ -450,6 +450,7 @@ void MasterServerManager::AuthenticateWithOwnServer(const char* uid, const char*
m_bAuthenticatingWithGameServer = true;
m_bScriptAuthenticatingWithGameServer = true;
m_bSuccessfullyAuthenticatedWithGameServer = false;
+ m_sAuthFailureReason = "Authentication Failed";
std::string uidStr(uid);
std::string tokenStr(playerToken);
@@ -584,6 +585,7 @@ void MasterServerManager::AuthenticateWithServer(const char* uid, const char* pl
m_bAuthenticatingWithGameServer = true;
m_bScriptAuthenticatingWithGameServer = true;
m_bSuccessfullyAuthenticatedWithGameServer = false;
+ m_sAuthFailureReason = "Authentication Failed";
std::string uidStr(uid);
std::string tokenStr(playerToken);