mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-07-25 08:00:42 +00:00
Remove restricted region
This commit is contained in:
@@ -336,14 +336,4 @@ namespace Utils {
|
||||
throw std::runtime_error("Game disconnected");
|
||||
}
|
||||
}
|
||||
|
||||
inline std::string RegionToTopLevelDomain(const std::string region) {
|
||||
if (region == "Restricted") {
|
||||
return "beammp.ru";
|
||||
}
|
||||
else if (region == "Developer") {
|
||||
return "beammp.dev";
|
||||
}
|
||||
return "beammp.com"; // Global
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user