mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
0.9.1
This commit is contained in:
parent
9c779595b3
commit
76bb3f827d
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
||||
private JLabel title;
|
||||
private Rectangle titleRectangle;
|
||||
private final static MageVersion version = new MageVersion(0, 9, 1, "dev");
|
||||
private final static MageVersion version = new MageVersion(0, 9, 1, "");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
|
@ -71,7 +71,7 @@ public class Main {
|
|||
private final static String testModeArg = "-testMode=";
|
||||
private final static String adminPasswordArg = "-adminPassword=";
|
||||
private final static String pluginFolder = "plugins";
|
||||
private static MageVersion version = new MageVersion(0, 9, 1, "dev");
|
||||
private static MageVersion version = new MageVersion(0, 9, 1, "");
|
||||
|
||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||
public static TransporterServer server;
|
||||
|
|
Loading…
Add table
Reference in a new issue