fix: Let's not ghost zone control (#1845)

* Let's not ghost zone control

* remove zonecontrol stuff
This commit is contained in:
David Markowitz
2025-07-18 10:15:45 -07:00
committed by GitHub
parent 49aa632d42
commit 71f708f1b5
2 changed files with 5 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ public:
void SetGhostDistanceMin(float value);
void QueueGhostUpdate(LWOOBJID playerID);
void UpdateGhosting();
void UpdateGhosting(Entity* player, const bool constructAll = false);
void UpdateGhosting(Entity* player);
void CheckGhosting(Entity* entity);
Entity* GetGhostCandidate(LWOOBJID id) const;
bool GetGhostingEnabled() const;