diff --git a/src/Lobby.hh b/src/Lobby.hh index 025e1b72..f4ed8eda 100644 --- a/src/Lobby.hh +++ b/src/Lobby.hh @@ -97,7 +97,7 @@ struct Lobby : public std::enable_shared_from_this { uint32_t bitmask = 0; uint32_t seconds = 0; }; - parray rank_thresholds; + std::array rank_thresholds; }; std::shared_ptr challenge_params;