#3 windows fix
This commit is contained in:
@@ -63,7 +63,6 @@ import net.md_5.bungee.protocol.Vanilla;
|
||||
import net.md_5.bungee.scheduler.BungeeThreadPool;
|
||||
import net.md_5.bungee.tab.Custom;
|
||||
import net.md_5.bungee.util.CaseInsensitiveMap;
|
||||
import org.fusesource.jansi.AnsiConsole;
|
||||
|
||||
/**
|
||||
* Main BungeeCord proxy class.
|
||||
@@ -152,11 +151,10 @@ public class BungeeCord extends ProxyServer
|
||||
|
||||
public BungeeCord() throws IOException
|
||||
{
|
||||
AnsiConsole.systemInstall();
|
||||
try
|
||||
{
|
||||
consoleReader = new ConsoleReader();
|
||||
} catch ( Exception ex )
|
||||
} catch ( Throwable t )
|
||||
{
|
||||
System.setProperty( "jline.terminal", "jline.UnsupportedTerminal" );
|
||||
consoleReader = new ConsoleReader();
|
||||
|
Reference in New Issue
Block a user