From f36a675aac1a28b51235ef40884eab8a8c64317a Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 24 Oct 2022 15:36:11 +0800 Subject: [PATCH] 1 --- server/gameserver/matchpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/matchpool.h b/server/gameserver/matchpool.h index 8412e915..044d97a3 100644 --- a/server/gameserver/matchpool.h +++ b/server/gameserver/matchpool.h @@ -34,8 +34,8 @@ private: a8::TimerAttacher timer_attacher_; std::map team_hash_; std::map> socket_hash_; + std::map> group_hash_; std::map> matching_list_; std::map> matchok_list_; - };