Update to jline 2. Fixes BUKKIT-717
JLine 2 allows for better color matching in the console and support for colors in console on Windows. Hopefully provides better performance as well.
This commit is contained in:
committed by
Travis Watkins
parent
cbd20ec9ea
commit
31d488a386
@@ -21,7 +21,7 @@ public class ThreadCommandReader extends Thread {
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
jline.ConsoleReader bufferedreader = this.server.reader; // CraftBukkit
|
||||
jline.console.ConsoleReader bufferedreader = this.server.reader; // CraftBukkit
|
||||
String s = null;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user