Use more direct BuildTools link

Credit to Sweepyoface in #30
This commit is contained in:
md_5 2016-03-22 14:57:37 +11:00
parent 7c0768f49d
commit e83f4b5a6c

View file

@ -241,7 +241,7 @@ public class Builder
if ( buildNumber != -1 && buildInfo.getToolsVersion() != -1 && buildNumber < buildInfo.getToolsVersion() )
{
System.err.println( "**** Your BuildTools is out of date and will not build the requested version. Please grab a new copy from https://www.spigotmc.org/" );
System.err.println( "**** Your BuildTools is out of date and will not build the requested version. Please grab a new copy from https://www.spigotmc.org/go/buildtools-dl" );
System.exit( 1 );
}
}