mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-13 05:46:59 -04:00
* Fix #2397 * Update FractureiserDetector.java --------- Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
parent
03b20a70bb
commit
4fca632efb
@ -43,7 +43,7 @@ public final class FractureiserDetector {
|
||||
}
|
||||
|
||||
for (Path badPath : badPaths) {
|
||||
if (Files.exists(badPath)) {
|
||||
if (Files.isRegularFile(badPath)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user