This commit is contained in:
aozhiwei 2020-05-28 10:49:51 +08:00
parent 006154f6af
commit f800f29338

View File

@ -2238,6 +2238,7 @@ void Room::ProcDisableHuman()
void Room::OnHumanGridChg(Human* target)
{
#if 1
for (auto& pair : human_hash_) {
Human* hum = pair.second;
if (hum->IsAndroid() &&
@ -2249,4 +2250,5 @@ void Room::OnHumanGridChg(Human* target)
EnableHuman(hum);
}
}
#endif
}