bugfix suspect manager
This commit is contained in:
parent
43de4bb6ca
commit
19b280cf71
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ public class SuspectManager extends Thread
|
|||
filter = c;
|
||||
break;
|
||||
}
|
||||
if ( country.length() == 0 )
|
||||
if ( country.length() == 0 && !"world".equals(c) )
|
||||
{
|
||||
if ( new File( c + "suspects.txt" ).exists() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue