Typo extention

This commit is contained in:
thatsIch
2014-09-21 01:40:57 +02:00
parent 762d645aa5
commit ce2d4e6dfe
+1 -1
View File
@@ -157,6 +157,6 @@ public class ServerHelper extends CommonHelper
@Override @Override
public void missingCoreMod() 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." ); throw new RuntimeException( "Unable to Load Core Mod, please verify that AE2 is properly install in the mods folder, with a .jar extension." );
} }
} }