changed fixedsuspect expiry
This commit is contained in:
parent
2a8ceff2d9
commit
235f8242e7
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public class SuspectManager extends Thread
|
|||
}
|
||||
|
||||
File suspectFile = new File( "suspects/suspects_" + country + ".txt" );
|
||||
if ( suspectFile.exists() )
|
||||
if ( !suspectFile.exists() )
|
||||
{
|
||||
bw.write( "suspect file for country '" + country + "' not found\n" );
|
||||
bw.write( "</body></html>\n" );
|
||||
|
|
Loading…
Reference in a new issue