Move ansi console system install right into the bootstrap.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package net.md_5.bungee;
|
||||
|
||||
import org.fusesource.jansi.AnsiConsole;
|
||||
|
||||
public class Bootstrap
|
||||
{
|
||||
|
||||
@@ -12,6 +14,8 @@ public class Bootstrap
|
||||
return;
|
||||
}
|
||||
|
||||
AnsiConsole.systemInstall();
|
||||
|
||||
BungeeCordLauncher.main( args );
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user