1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2025-01-08 19:38:58 +01:00

Fix error in ClientFileCollector.

This commit is contained in:
sk89q 2014-01-08 16:44:17 -08:00
parent 091d8f5fdb
commit 710cec7a1c

View File

@ -52,8 +52,6 @@ public class ClientFileCollector extends DirectoryWalker {
}
}
}
@Override
protected void onFile(File file, String relPath) throws IOException {
FileInstall task = new FileInstall();