All u need:
1. open AccountConnector.cpp
2. search for "bool CAccountConnector::Connect"
3. add under: m_strAddr = c_szAddr;
Enjoy the noob-proteciton :)
PS: I DONT LIKE THE SMALL RELEASE THREAD!
Greetz Sujino
1. open AccountConnector.cpp
2. search for "bool CAccountConnector::Connect"
3. add under: m_strAddr = c_szAddr;
Code:
if(m_strAddr != "SERVER_IP")
{
TraceError("DONT USE THIS!");
PostQuitMessage(0);
return false;
}
PS: I DONT LIKE THE SMALL RELEASE THREAD!
Greetz Sujino