|
@ -26,8 +26,8 @@ import de.sogomn.rat.server.gui.RattyGuiController; |
|
|
*/ |
|
|
*/ |
|
|
public final class Ratty { |
|
|
public final class Ratty { |
|
|
|
|
|
|
|
|
public static final boolean DEBUG = true; |
|
|
|
|
|
public static final String VERSION = "1.4"; |
|
|
|
|
|
|
|
|
public static final boolean DEBUG = false; |
|
|
|
|
|
public static final String VERSION = "1.5"; |
|
|
public static final ResourceBundle LANGUAGE = ResourceBundle.getBundle("language.lang"); |
|
|
public static final ResourceBundle LANGUAGE = ResourceBundle.getBundle("language.lang"); |
|
|
|
|
|
|
|
|
private static String address; |
|
|
private static String address; |
|
|