run lagcheck even if gui is disabled

This commit is contained in:
pstratem 2015-03-15 18:15:06 -07:00
parent 085d9c368c
commit ca2b4d498c
1 changed files with 1 additions and 4 deletions

View File

@ -371,10 +371,7 @@ hexchat_misc_checks (void) /* this gets called every 1/2 second */
dcc_check_timeouts (); /* every 1 second */
if (count % 2) /* every 1 second*/
{
if (prefs.hex_gui_lagometer)
lag_check ();
}
lag_check ();
if (count > 3600)
{