01-03-2021, 07:54 AM
Engine/Network/CommunicationInterface.cpp
int CCommunicationInterface::ReadInfo( LoginServer* stLogin )
{
{
sprintf(stLogin[0].szAddress, "your ip"); //edit to your server port/ip
sprintf(stLogin[0].szPort, "%d", port); //pwesty sl.dta removal
}
return 1;
}
Credits: pwesty
Dont forget to change ip here:
Line: 784
{
TempIP.SetIP( 127, 0, 0, 1, USA);
m_vecIPFilter.push_back( TempIP );
}

