mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
Added Tags Feature to the BeamMP Server. This allows better filtering on the server list.
This commit is contained in:
committed by
Lion Kortlepel
parent
43b1b050e2
commit
8c73eb8aea
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user