From dc4ead532df96e0f5a9e564711d2dc4b7b06148b Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Mon, 18 Dec 2023 14:10:07 +0000 Subject: [PATCH] Changed default tag to Freeroam as that is the majority of servers. --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index 0cec7b0..9608150 100644 --- a/include/Common.h +++ b/include/Common.h @@ -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 {};