This commit is contained in:
aozhiwei 2021-08-27 03:33:13 +00:00
parent 41a77c3cde
commit 01f113b216

View File

@ -1414,7 +1414,7 @@ void Human::RemoveObserver(Human* observer)
void Human::SendUpdateMsg() void Human::SendUpdateMsg()
{ {
if (!follow_target_ && !a8::HasBitFlag(status, CS_Disable) && IsPlayer()) { if (!follow_target_ && !a8::HasBitFlag(status, CS_Disable)) {
#ifdef DEBUG #ifdef DEBUG
long long begin_tick = a8::XGetTickCount(); long long begin_tick = a8::XGetTickCount();
long long end_tick = a8::XGetTickCount(); long long end_tick = a8::XGetTickCount();