mirror of
https://hub.spigotmc.org/stash/scm/spigot/buildtools.git
synced 2025-08-31 22:29:10 +00:00
Disable GUI check as there are sometimes when this will trigger even with a console (such as in an IDE).
This commit is contained in:
parent
190add0752
commit
1847da75fe
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class Builder
|
|||
|
||||
public static void main(String[] args) throws Exception
|
||||
{
|
||||
if ( System.console() == null )
|
||||
if ( false && System.console() == null )
|
||||
{
|
||||
JFrame jFrame = new JFrame();
|
||||
jFrame.setTitle( "SpigotMC - BuildTools" );
|
||||
|
|
Loading…
Add table
Reference in a new issue