Cleanup comments, formatting, etc
This commit is contained in:
@@ -14,7 +14,7 @@ class ConsoleLogFormatter extends Formatter {
|
||||
private SimpleDateFormat b;
|
||||
|
||||
final ConsoleLogManager a;
|
||||
// CraftBukkit start - add color stripping
|
||||
// CraftBukkit start - Add color stripping
|
||||
private Pattern pattern = Pattern.compile("\\x1B\\[([0-9]{1,2}(;[0-9]{1,2})*)?[m|K]");
|
||||
private boolean strip = false;
|
||||
// CraftBukkit end
|
||||
|
||||
Reference in New Issue
Block a user