Commit 999ee4d00b84aa451ae0a9c857e3c423cacaf6b9

Authored by Imanol-Mikel Barba Sabariego
1 parent 2e50262b

Forgot to remove stupid line to test warning

Showing 1 changed file with 0 additions and 2 deletions
check_csgo/check_csgo.cpp
... ... @@ -84,8 +84,6 @@ int check_csgo(char *hostname, uint16_t port, SERVERINFO *server_info)
84 84 delete[] (response->data-HDR_SIZE);
85 85 delete response;
86 86  
87   - server_info->players = 18;
88   -
89 87 if(server_info->players == server_info->max_players)
90 88 {
91 89 return 1;
... ...