mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 08:40:19 +00:00
Variable cleanup for the rest
This commit is contained in:
@@ -751,7 +751,7 @@ servlist_cycle (server *serv)
|
||||
net->selected = 0;
|
||||
}
|
||||
|
||||
del = prefs.recon_delay * 1000;
|
||||
del = prefs.hex_net_reconnect_delay * 1000;
|
||||
if (del < 1000)
|
||||
del = 500; /* so it doesn't block the gui */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user