mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
0.9.0
This commit is contained in:
parent
067386cd94
commit
b729631cc6
3 changed files with 3 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, 0, "dev");
|
||||
private final static MageVersion version = new MageVersion(0, 9, 0, "");
|
||||
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, 0, "dev");
|
||||
private static MageVersion version = new MageVersion(0, 9, 0, "");
|
||||
|
||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||
public static TransporterServer server;
|
||||
|
|
|
@ -61,3 +61,4 @@ New Phyrexia|newphyrexia|
|
|||
Innistrad|innistrad|
|
||||
Dark Ascension|darkascension|
|
||||
Avacyn Restored|avacynrestored|
|
||||
Commander|commander|
|
Loading…
Reference in a new issue