This commit is contained in:
aozhiwei 2023-04-01 19:33:25 +08:00
parent acb2ed251b
commit e456117573

View File

@ -247,7 +247,7 @@ Human* Incubator::ActiveAndroid(Human* hum)
AllocAndroid(hum, 1, &androids); AllocAndroid(hum, 1, &androids);
if (!androids.empty()) { if (!androids.empty()) {
target = androids[0]; target = androids[0];
} else { } else if (!hold_humans_.empty()) {
} }
#ifdef DEBUG #ifdef DEBUG