Added Tags Feature to the BeamMP Server. This allows better filtering on the server list.

This commit is contained in:
Starystars67
2023-09-28 12:40:55 +01:00
committed by Lion Kortlepel
parent 43b1b050e2
commit 8c73eb8aea
3 changed files with 8 additions and 1 deletions

View File

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