remove ref

This commit is contained in:
David Markowitz
2026-06-19 18:49:02 -07:00
parent a720895bee
commit 3942a58bc2
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ public:
void SetRespawnTime(const float time);
void SetNumToMaintain(const int32_t value);
bool GetIsSpawnSmashGroup() const { return m_SpawnSmashFoundGroup; };
const std::vector<LWOOBJID>& GetSpawnedObjectIDs() const;
const std::vector<LWOOBJID> GetSpawnedObjectIDs() const;
SpawnerInfo m_Info;
bool m_Active = true;