[Download]: Fix com_dedicated (#955)

This commit is contained in:
Edo 2023-04-20 16:04:05 +02:00 committed by GitHub
parent 6b0f6cc395
commit e7ac9365d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -442,7 +442,7 @@ namespace Components
info["status"] = status.to_json(); info["status"] = status.to_json();
info["host"] = host.to_json(); info["host"] = host.to_json();
info["map_rotation"] = MapRotation::to_json(); info["map_rotation"] = MapRotation::to_json();
info["dedicated"] = Dedicated::com_dedicated->current.value; info["dedicated"] = Dedicated::com_dedicated->current.integer;
std::vector<nlohmann::json> players; std::vector<nlohmann::json> players;