fix(elimination_handler): re-write patch (#86)

This commit is contained in:
2024-05-04 10:15:40 +02:00
committed by GitHub
parent f9e6352940
commit f2dd8d5c38
5 changed files with 13 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "game_server.hpp"
#include "network_list.hpp"
class server_list : public network_list<game_server, 30>
class server_list : public network_list<game_server, 25>
{
public:
void find_registered_servers(game_type game, int protocol, const access_func& accessor);