Implement module loader, blacklist this build from loading.

This commit is contained in:
md_5
2014-01-13 14:28:07 +11:00
parent 93cf50b4e1
commit a426a5ec22
4 changed files with 48 additions and 2 deletions

View File

@@ -39,6 +39,11 @@ public class Bootstrap
return;
}
System.out.println( "This version is not ready for production use, please download #788 or below" );
if (true){
return;
}
if ( Float.parseFloat( System.getProperty( "java.class.version" ) ) < 51.0 )
{
System.err.println( "*** ERROR *** BungeeCord requires Java 7 or above to function!" );