summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/tmwcon/src/Converter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tmwcon/src/Converter.java b/tools/tmwcon/src/Converter.java
index b7082844..0f245aa3 100644
--- a/tools/tmwcon/src/Converter.java
+++ b/tools/tmwcon/src/Converter.java
@@ -9,7 +9,7 @@ import java.net.*;
import java.util.*;
public abstract class Converter {
- static String[] tiledJars = {"tile-core.jar", "tiled.jar"};
+ static String[] tiledJars = {"tiled-core.jar", "tiled.jar"};
static String[] wlkJars = {"plugins/tmw.jar", "tmw.jar"};
public static void main(String[] args) throws Exception {