diff --git a/bin/de/bricked/ui/_de.properties b/bin/de/bricked/ui/_de.properties
deleted file mode 100644
index 0d6a491a277b74393d609ebcd0eb43c6f9a19a84..0000000000000000000000000000000000000000
--- a/bin/de/bricked/ui/_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-app.name=Hexanomenal
-version.code=0
-version.name=0.0.0
-version.date=13.09.16
-shortcut.debug.console=F12
\ No newline at end of file
diff --git a/lib/Tools.jar b/lib/Tools.jar
index 545ed93d985652dd6c29fe1f3c89b6328870df53..1ad855e76a4327dbfc19066d639b190f24c02ab9 100644
Binary files a/lib/Tools.jar and b/lib/Tools.jar differ
diff --git a/src/de/bricked/game/Config.java b/src/de/bricked/game/Config.java
index 90091d28c8186c6eb310b3b55464d9ebf98964ed..090d807ccb8995efb863a6eede88803395058ff7 100644
--- a/src/de/bricked/game/Config.java
+++ b/src/de/bricked/game/Config.java
@@ -4,7 +4,7 @@ import tools.PathUtils;
 
 public class Config
 {
-    public final static String FILESYSTEM_ROOT_DIR = PathUtils.getOSindependentPath()+"/deadspaghetti/bricked/";
+    public final static String FILESYSTEM_ROOT_DIR = PathUtils.getOSindependentPath()+"deadspaghetti/bricked/";
     public final static String FILESYSTEM_LEVELPACK_SAVEDIR = FILESYSTEM_ROOT_DIR+"levelpacks/";
 
     public final static String JAR_ROOT_DIR = "/de/bricked/resources/";
diff --git a/src/de/bricked/ui/_de.properties b/src/de/bricked/ui/_de.properties
deleted file mode 100644
index 0d6a491a277b74393d609ebcd0eb43c6f9a19a84..0000000000000000000000000000000000000000
--- a/src/de/bricked/ui/_de.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-app.name=Hexanomenal
-version.code=0
-version.name=0.0.0
-version.date=13.09.16
-shortcut.debug.console=F12
\ No newline at end of file