mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
[Server] Refresh cellActorList's count after removing Actors from it
This commit is contained in:
parent
cad3eb8968
commit
377aa9b6c9
@ -151,6 +151,8 @@ void Cell::removeActors(const mwmp::BaseActorList *newActorList)
|
||||
if (!foundActor)
|
||||
it++;
|
||||
}
|
||||
|
||||
cellActorList.count = cellActorList.baseActors.size();
|
||||
}
|
||||
|
||||
mwmp::BaseActorList *Cell::getActorList()
|
||||
|
Loading…
x
Reference in New Issue
Block a user