diff --git a/server/gameserver/matchpool.h b/server/gameserver/matchpool.h index 5c57f6f4..10a9190d 100644 --- a/server/gameserver/matchpool.h +++ b/server/gameserver/matchpool.h @@ -32,4 +32,8 @@ private: a8::TimerAttacher timer_attacher_; std::map team_hash_; std::map> socket_hash_; + + std::vector matching_list_; + std::vector matchok_list_; + };