mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
0.7.4 beta-2 -> 0.7.4
This commit is contained in:
parent
4e4b71d2f1
commit
21be56cae9
3 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
||||||
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
||||||
private JLabel title;
|
private JLabel title;
|
||||||
private Rectangle titleRectangle;
|
private Rectangle titleRectangle;
|
||||||
private final static MageVersion version = new MageVersion(0, 7, 4, "beta-2");
|
private final static MageVersion version = new MageVersion(0, 7, 4, "");
|
||||||
private UUID clientId;
|
private UUID clientId;
|
||||||
private static MagePane activeFrame;
|
private static MagePane activeFrame;
|
||||||
private static boolean liteMode = false;
|
private static boolean liteMode = false;
|
||||||
|
|
|
@ -53,7 +53,7 @@ public class ConsoleFrame extends javax.swing.JFrame {
|
||||||
private static Session session;
|
private static Session session;
|
||||||
private ConnectDialog connectDialog;
|
private ConnectDialog connectDialog;
|
||||||
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
||||||
private final static MageVersion version = new MageVersion(0, 7, 4, "beta-2");
|
private final static MageVersion version = new MageVersion(0, 7, 4, "");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the session
|
* @return the session
|
||||||
|
|
|
@ -61,7 +61,7 @@ public class Main {
|
||||||
private final static String testModeArg = "-testMode=";
|
private final static String testModeArg = "-testMode=";
|
||||||
private final static String adminPasswordArg = "-adminPassword=";
|
private final static String adminPasswordArg = "-adminPassword=";
|
||||||
private final static String pluginFolder = "plugins";
|
private final static String pluginFolder = "plugins";
|
||||||
private static MageVersion version = new MageVersion(0, 7, 4, "beta-2");
|
private static MageVersion version = new MageVersion(0, 7, 4, "");
|
||||||
|
|
||||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||||
public static ServerImpl server;
|
public static ServerImpl server;
|
||||||
|
|
Loading…
Reference in a new issue