fix: live accurate player flag missions and flag debugging (#1894)

* feat: Add component ID to root component object

* fix: live accurate player flag missions and flag debugging

Tested that the client reflects the correct server progression after a test map and manually setting a flag off.
tested that session flags correctly pick up on progression updates

* banana
This commit is contained in:
David Markowitz
2025-10-03 23:07:52 -07:00
committed by GitHub
parent e8c0b3e6da
commit b2609ff6cb
3 changed files with 36 additions and 2 deletions

View File

@@ -682,6 +682,9 @@ private:
* NOTE: quick as there's no DB lookups
*/
void DoQuickXMLDataParse();
public:
const decltype(m_PlayerFlags)& GetPlayerFlags() const { return m_PlayerFlags; }
const decltype(m_SessionFlags)& GetSessionFlags() const { return m_SessionFlags; }
};
#endif // CHARACTER_H