run lagcheck even if gui is disabled
This commit is contained in:
parent
085d9c368c
commit
ca2b4d498c
@ -371,10 +371,7 @@ hexchat_misc_checks (void) /* this gets called every 1/2 second */
|
|||||||
dcc_check_timeouts (); /* every 1 second */
|
dcc_check_timeouts (); /* every 1 second */
|
||||||
|
|
||||||
if (count % 2) /* every 1 second*/
|
if (count % 2) /* every 1 second*/
|
||||||
{
|
lag_check ();
|
||||||
if (prefs.hex_gui_lagometer)
|
|
||||||
lag_check ();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (count > 3600)
|
if (count > 3600)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user