mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Small changes for Release 1.0.3
This commit is contained in:
parent
2e5fc5fc98
commit
7ba3d451da
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class Main {
|
|||
private static final String testModeArg = "-testMode=";
|
||||
private static final String adminPasswordArg = "-adminPassword=";
|
||||
private static final String pluginFolder = "plugins";
|
||||
private static MageVersion version = new MageVersion(1, 0, 3, "dev");
|
||||
private static MageVersion version = new MageVersion(1, 0, 3, "");
|
||||
|
||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||
public static TransporterServer server;
|
||||
|
|
Loading…
Reference in a new issue