This commit is contained in:
aozhiwei 2023-05-26 13:17:36 +08:00
parent 9235793a69
commit c4463d8614

View File

@ -119,7 +119,7 @@ void Incubator::AllocAndroid(Human* target, int num, std::vector<Human*>* androi
} }
#endif #endif
if (hum->dead) { if (hum->dead) {
A8_ABORT(); //A8_ABORT();
} }
#endif #endif
hum->MustBeAddBuff(hum, kTraceBuffId); hum->MustBeAddBuff(hum, kTraceBuffId);