diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 2a3e161c..0ba7e137 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -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();