diff --git a/src/Components/Modules/Download.cpp b/src/Components/Modules/Download.cpp index 41cc285c..1c43324b 100644 --- a/src/Components/Modules/Download.cpp +++ b/src/Components/Modules/Download.cpp @@ -442,7 +442,7 @@ namespace Components info["status"] = status.to_json(); info["host"] = host.to_json(); info["map_rotation"] = MapRotation::to_json(); - info["dedicated"] = Dedicated::com_dedicated->current.value; + info["dedicated"] = Dedicated::com_dedicated->current.integer; std::vector players;