Forgot this

This commit is contained in:
Stephen Baynham 2015-07-21 20:16:17 -04:00
parent caca861c7b
commit cd70c1b20b

View file

@ -427,6 +427,7 @@ public class DDSaveHandler
List<Integer> list = reader.readFromFile(blacklistFile);
if (list == null)
return new ArrayList<Integer>(0);
return list;
}
catch (Exception e)
{