1
This commit is contained in:
parent
253b6e6452
commit
01ce1e4fe1
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user