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_; - };