diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-14 15:59:01 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-14 15:59:01 +1000 |
commit | 8155ec671581b051feca4187d5067ddbd149b387 (patch) | |
tree | fe87f75c0940b049fc0ea6def2b9508037be5b17 /source/game/StarWorldClient.hpp | |
parent | 9dbc4daacc59c1fe506d803d1d8653a395c60822 (diff) |
protected dungeon ID optimization + /settileprotection improvements
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; |