mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-24 12:16:28 +01:00
Fix error in ClientFileCollector.
This commit is contained in:
parent
091d8f5fdb
commit
710cec7a1c
@ -52,8 +52,6 @@ public class ClientFileCollector extends DirectoryWalker {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onFile(File file, String relPath) throws IOException {
|
protected void onFile(File file, String relPath) throws IOException {
|
||||||
FileInstall task = new FileInstall();
|
FileInstall task = new FileInstall();
|
||||||
|
Loading…
Reference in New Issue
Block a user