fixed the issue of resetting market plugins for genuine users

Signed-off-by: pengzhile <pengzhile@gmail.com>
This commit is contained in:
pengzhile
2020-12-01 13:54:37 +08:00
parent 7f72608696
commit d9703f90db
3 changed files with 8 additions and 2 deletions
@@ -60,6 +60,10 @@ public class Resetter {
continue;
}
if (file.length() > 0x400) {
continue;
}
list.add(new NormalFileRecord(file));
}
}