summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tmwcon/src/converter/Process.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tmwcon/src/converter/Process.java b/tools/tmwcon/src/converter/Process.java
index bf1e429b..2e0a8646 100644
--- a/tools/tmwcon/src/converter/Process.java
+++ b/tools/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();