diff options
author | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-25 14:44:22 +0100 |
---|---|---|
committer | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-25 14:44:22 +0100 |
commit | d0a7f9a57d734ce99da262fdf7dd206351fa8ac3 (patch) | |
tree | 0a1314457d6fb3d097b6bd08ce2135c86b0f94df /source/cAuthenticator.cpp | |
parent | The missing file! cChunkGenerator.h/cpp (diff) | |
download | cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.gz cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.bz2 cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.lz cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.xz cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.zst cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.zip |
Diffstat (limited to '')
-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;
|