[Download]: Fix com_dedicated (#955)
This commit is contained in:
parent
6b0f6cc395
commit
e7ac9365d8
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user