diff options
Diffstat (limited to 'source/cAuthenticator.cpp')
-rw-r--r-- | source/cAuthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cAuthenticator.cpp b/source/cAuthenticator.cpp index bce7f942f..11fbaf12b 100644 --- a/source/cAuthenticator.cpp +++ b/source/cAuthenticator.cpp @@ -23,7 +23,7 @@ cAuthenticator::~cAuthenticator() bool cAuthenticator::Authenticate( const char* a_PlayerName, const char* a_ServerID )
{
// Default values
- std::string Server = "www.minecraft.net";
+ std::string Server = "session.minecraft.net";
std::string Address = "/game/checkserver.jsp?user=%USERNAME%&serverId=%SERVERID%";
bool bAuthenticate = true;
|