fix(Core/Maps): Improve large object updater (#22659)
This commit is contained in:
parent
2485ff7f5f
commit
2450237b7d
4 changed files with 4 additions and 4 deletions
|
|
@ -3086,7 +3086,7 @@ bool GameObject::IsUpdateNeeded()
|
|||
if (GetMap()->isCellMarked(GetCurrentCell().GetCellCoord().GetId()))
|
||||
return true;
|
||||
|
||||
if (IsVisibilityOverridden())
|
||||
if (!GetObjectVisibilityContainer().GetVisiblePlayersMap().empty())
|
||||
return true;
|
||||
|
||||
if (IsTransport())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue