This commit is contained in:
jl777
2016-11-19 19:10:21 -03:00
parent 2452d1558c
commit fe0210c0d7
2 changed files with 1 additions and 3 deletions

View File

@@ -595,7 +595,7 @@ void komodo_passport_iteration()
{
if ( fread(buf,1,sizeof(buf),fp) == sizeof(buf) )
{
if ( buf[0] != 0 && buf[0] == buf[1] )
if ( buf[0] != 0 && buf[0] == buf[1] && buf[2] > time(NULL)-60 )
{
isrealtime = 1;
RTmask |= (1LL << baseid);