1
0
git-svn-id: http://mc-server.googlecode.com/svn/trunk@166 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
faketruth 2012-01-21 22:10:05 +00:00
parent 7b840aa5d8
commit ec7aacebaa

View File

@ -219,6 +219,7 @@ bool cServer::InitServer( int a_Port )
sid << std::hex << r1;
sid << std::hex << r2;
std::string ServerID = sid.str();
ServerID.resize(16, '0');
m_pState->ServerID = ServerID;
}
}