diff options
-rw-r--r-- | tmwcon/src/converter/Process.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmwcon/src/converter/Process.java b/tmwcon/src/converter/Process.java index bf1e429..2e0a864 100644 --- a/tmwcon/src/converter/Process.java +++ b/tmwcon/src/converter/Process.java @@ -149,6 +149,7 @@ public class Process { importOut.printf("map: %s.gat\n", name); Collections.sort(output_elements); for (String s : output_elements) + if (!s.endsWith("~")) importOut.print(s + "\n"); importOut.flush(); importOut.close(); |