This commit is contained in:
aozhiwei 2020-07-31 16:05:05 +08:00
parent eac8e243ec
commit b49d3ac23c

View File

@ -411,7 +411,7 @@ Human* ZombieModeAI::GetTarget()
target = nullptr; target = nullptr;
} }
#endif #endif
#if 1 #if 0
if (target->IsPlayer()) { if (target->IsPlayer()) {
target = nullptr; target = nullptr;
} }