fix incorrect default MS host

This commit is contained in:
rexx 2022-07-10 17:56:43 +01:00
parent cf0ab4aa45
commit 56dc7ffb70

View File

@ -378,4 +378,4 @@ bool CPylon::GetClientIsBanned(const string& svIpAddress, uint64_t nOriginID, st
return false;
}
///////////////////////////////////////////////////////////////////////////////
CPylon* g_pMasterServer(new CPylon("127.0.0.1:3000"));
CPylon* g_pMasterServer(new CPylon("r5a-comp-sv.herokuapp.com"));