1
0
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:
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();