diff options
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index 1616b10..2957661 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -367,7 +367,7 @@ private: HashMap<DungeonId, float> m_dungeonIdGravity; HashMap<DungeonId, bool> m_dungeonIdBreathable; - Set<DungeonId> m_protectedDungeonIds; + StableHashSet<DungeonId> m_protectedDungeonIds; HashMap<String, List<RpcPromiseKeeper<Vec2F>>> m_findUniqueEntityResponses; HashMap<Uuid, RpcPromiseKeeper<Json>> m_entityMessageResponses; |