fixed the issue of resetting market plugins for genuine users
Signed-off-by: pengzhile <pengzhile@gmail.com>
This commit is contained in:
@@ -60,6 +60,10 @@ public class Resetter {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (file.length() > 0x400) {
|
||||
continue;
|
||||
}
|
||||
|
||||
list.add(new NormalFileRecord(file));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user