Put Core Mod Error Behind a Proxy.

This commit is contained in:
AlgorithmX2
2014-08-03 12:00:53 -05:00
parent ef40410511
commit f4654b4762
4 changed files with 17 additions and 2 deletions
+5
View File
@@ -154,4 +154,9 @@ public class ServerHelper extends CommonHelper
}
@Override
public void missingCoreMod()
{
throw new RuntimeException( "Unable to Load Core Mod, please verify that AE2 is properly install in the mods folder, with a .jar extention." );
}
}