Actually allow people to run these builds.

This commit is contained in:
md_5 2014-01-15 07:39:25 +11:00
parent 6602c22147
commit b698fa9806

View File

@ -39,10 +39,6 @@ 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 )
{