diff options
| author | 2016-08-17 19:54:22 +0200 | |
|---|---|---|
| committer | 2016-08-17 19:54:22 +0200 | |
| commit | 7defa283eb2c6d4c540f7cdf94f862c93775c8a4 (patch) | |
| tree | 61e79d6d038ead6d4612fbb6f2e923924f3e06c2 /src/main/java/cuchaz/enigma/ConvertMain.java | |
| parent | Revert "Removed unused methods" (diff) | |
| download | enigma-fork-7defa283eb2c6d4c540f7cdf94f862c93775c8a4.tar.gz enigma-fork-7defa283eb2c6d4c540f7cdf94f862c93775c8a4.tar.xz enigma-fork-7defa283eb2c6d4c540f7cdf94f862c93775c8a4.zip | |
Fix #4, at least to the extent we currently need it
Diffstat (limited to 'src/main/java/cuchaz/enigma/ConvertMain.java')
| -rw-r--r-- | src/main/java/cuchaz/enigma/ConvertMain.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/java/cuchaz/enigma/ConvertMain.java b/src/main/java/cuchaz/enigma/ConvertMain.java index 4c6be7f..67baeae 100644 --- a/src/main/java/cuchaz/enigma/ConvertMain.java +++ b/src/main/java/cuchaz/enigma/ConvertMain.java | |||
| @@ -308,11 +308,8 @@ public class ConvertMain { | |||
| 308 | System.out.println("WARNING: Broken behavior entry " + mapping.getKey() + " (" + mapping.getValue().getDeobfName() + ")"); | 308 | System.out.println("WARNING: Broken behavior entry " + mapping.getKey() + " (" + mapping.getValue().getDeobfName() + ")"); |
| 309 | } | 309 | } |
| 310 | 310 | ||
| 311 | //TODO Fix | ||
| 312 | // write out the converted mappings | 311 | // write out the converted mappings |
| 313 | // try (FileWriter out = new FileWriter(outMappingsFile)) { | 312 | new MappingsEnigmaWriter().write(outMappingsFile, newMappings, true); |
| 314 | // new MappingsWriter().write(out, newMappings); | ||
| 315 | // } | ||
| 316 | System.out.println("Wrote converted mappings to:\n\t" + outMappingsFile.getAbsolutePath()); | 313 | System.out.println("Wrote converted mappings to:\n\t" + outMappingsFile.getAbsolutePath()); |
| 317 | } | 314 | } |
| 318 | 315 | ||