This commit is contained in:
aozhiwei 2022-08-23 14:35:03 +08:00
parent 253b6e6452
commit 01ce1e4fe1

View File

@ -1665,7 +1665,7 @@ void Human::SendUpdateMsg()
}
#ifdef DEBUG
end_tick = a8::XGetTickCount();
if (a8::XGetTickCount() - begin_tick > 1000) {
if (a8::XGetTickCount() - begin_tick > 100) {
A8_ABORT();
}
begin_tick = a8::XGetTickCount();