mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-30 23:12:25 +01:00
.
This commit is contained in:
parent
689c63f382
commit
b75e14a07d
1 changed files with 1 additions and 1 deletions
|
@ -1184,7 +1184,7 @@ void SocketLoop(void *dummy)
|
|||
loop.do_tkl_sweep = 0;
|
||||
}
|
||||
/* we want accuarte time here not the fucked up TStime() :P -Stskeeps */
|
||||
if ((time(NULL) - last_tune) > 300)
|
||||
if (TStime() - last_tune) > 300)
|
||||
{
|
||||
last_tune = time(NULL);
|
||||
save_tunefile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue