Fix jline server console not showing colored text. Closes #2334
This commit is contained in:
parent
2594196c15
commit
aff6b0004c
1 changed files with 8 additions and 0 deletions
|
@ -50,3 +50,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -621,4 +627,7 @@
|
||||||
|
this.field_71321_q.func_71556_a(RConConsoleSource.func_175570_h(), p_71252_1_);
|
||||||
|
return RConConsoleSource.func_175570_h().func_70008_c();
|
||||||
|
}
|
||||||
|
+
|
||||||
|
+ //Forge: Enable formated text for colors in console.
|
||||||
|
+ @Override public void func_145747_a(net.minecraft.util.IChatComponent message) { field_155771_h.info(message.func_150254_d()); }
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue