diff --git a/src/openrct2/network/NetworkServerAdvertiser.cpp b/src/openrct2/network/NetworkServerAdvertiser.cpp index 8c8b034373..9565fdf2c0 100644 --- a/src/openrct2/network/NetworkServerAdvertiser.cpp +++ b/src/openrct2/network/NetworkServerAdvertiser.cpp @@ -127,7 +127,7 @@ private: { Http::Request request; request.url = GetMasterServerUrl(); - request.method = Http::Method::POST; + request.method = Http::Method::PUT; json_t * body = GetHeartbeatJson(); request.body = json_dumps(body, JSON_COMPACT);