Changed default tag to Freeroam as that is the majority of servers.

This commit is contained in:
Starystars67 2023-12-18 14:10:07 +00:00 committed by GitHub
parent 8c73eb8aea
commit dc4ead532d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ public:
struct TSettings {
std::string ServerName { "BeamMP Server" };
std::string ServerDesc { "BeamMP Default Description" };
std::string ServerTags { "BeamMP,Server" };
std::string ServerTags { "Freeroam" };
std::string Resource { "Resources" };
std::string MapName { "/levels/gridmap_v2/info.json" };
std::string Key {};