Removed unused bundle keys

This commit is contained in:
Anuken
2018-07-09 11:06:15 -04:00
parent b7e28a73ba
commit d6969d2c74
13 changed files with 1 additions and 253 deletions

View File

@@ -62,7 +62,7 @@ public class BundleLauncher {
result.append(e.toString().replace("\\", "\\\\").replace("\n", "\\n"));
result.append("\n");
}
Files.write(output, result.toString().getBytes());
Files.write(child, result.toString().getBytes());
//PropertiesUtils.store(other, Files.newBufferedWriter(output), null);
}catch (IOException e){