Closed ArtemSushkov closed 1 year ago
Region can be set by ISteamGameServer::SetRegion
. The following code is copied from isteamgameserver.h.
/// Region identifier. This is an optional field, the default value is empty, meaning the "world" region
virtual void SetRegion( const char *pszRegion ) = 0;
You can set it here. https://github.com/yourmnbbn/tiny-csgo-server/blob/08243f2a2457827ff8b0c795e3eeb699aa98ce0c/src/server.hpp#L252-L264
Very thanks! All works!
How i can change server region id, it always give -1