[Server] Refresh cellActorList's count after removing Actors from it

pull/249/merge
David Cernat 8 years ago
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…
Cancel
Save