mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-05 14:58:27 +00:00
chore: cleanup some vanity npc logic (#1174)
* Dont setup talk for vanity npc's if they are no phrases no ghosting ldfkey for canity npc's * void, oops * formatting
This commit is contained in:
@@ -85,6 +85,7 @@ public:
|
||||
bool GetPlayerReadyForUpdates() const { return m_PlayerIsReadyForUpdates; }
|
||||
|
||||
bool GetIsGhostingCandidate() const;
|
||||
void SetIsGhostingCandidate(bool value) { m_IsGhostingCandidate = value; };
|
||||
|
||||
int8_t GetObservers() const;
|
||||
|
||||
|
Reference in New Issue
Block a user