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

@@ -129,6 +129,7 @@ std::string THeartbeatThread::GenerateCall() {
<< "&version=" << Application::ServerVersionString()
<< "&clientversion=" << std::to_string(Application::ClientMajorVersion()) + ".0" // FIXME: Wtf.
<< "&name=" << Application::Settings.ServerName
<< "&tags=" << Application::Settings.ServerTags
<< "&modlist=" << mResourceManager.TrimmedList()
<< "&modstotalsize=" << mResourceManager.MaxModSize()
<< "&modstotal=" << mResourceManager.ModsLoaded()