Implement module loader, blacklist this build from loading.
This commit is contained in:
@@ -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!" );
|
||||
|
Reference in New Issue
Block a user