diff --git a/fteqtv/forward.c b/fteqtv/forward.c index 062284251..d57d4dfe6 100644 --- a/fteqtv/forward.c +++ b/fteqtv/forward.c @@ -682,7 +682,10 @@ void SV_GenerateAdminHTTP(cluster_t *cluster, oproxy_t *dest, int streamid, char o = ""; else if (!strcmp(pwd, cluster->adminpassword)) { + //small hack (as http connections are considered non-connected proxies) + cluster->numproxies--; o = Rcon_Command(cluster, NULL, cmd, result, sizeof(result), false); + cluster->numproxies++; } else { @@ -702,6 +705,8 @@ void SV_GenerateAdminHTTP(cluster_t *cluster, oproxy_t *dest, int streamid, char "" "
" "