From 3381e851cec403b68b0f644a343aa21ed4767744 Mon Sep 17 00:00:00 2001 From: Michael-Jouanneau Date: Wed, 23 Nov 2016 20:11:39 +0100 Subject: [PATCH] Changed Things --- src/Launcher/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Launcher/Main.java b/src/Launcher/Main.java index 292e3fb..7d53e89 100644 --- a/src/Launcher/Main.java +++ b/src/Launcher/Main.java @@ -220,7 +220,7 @@ public class Main extends Application { } public static void main(String[] args) throws Exception{ - // TODO: Try and fix this code please, It still doesn't work on my PC. + // TODO: Try and fix this code please, It still doesn't work on my PC. Fix it /* Localization l = new Localization(new File(Main.class.getResource("../assets/lang/").getFile())); // Create a localization with aggressive loading System.out.println(Arrays.toString(l.getLanguageNames())); System.out.println("Success: "+l.get("du_label")); */