diff --git a/check_csgo/check_csgo.cpp b/check_csgo/check_csgo.cpp index 660b19b..28ba4a2 100755 --- a/check_csgo/check_csgo.cpp +++ b/check_csgo/check_csgo.cpp @@ -84,8 +84,6 @@ int check_csgo(char *hostname, uint16_t port, SERVERINFO *server_info) delete[] (response->data-HDR_SIZE); delete response; - server_info->players = 18; - if(server_info->players == server_info->max_players) { return 1;