Strip Minecraft Color Codes (§) in BasicIO-NoColor mode (#995)

Strip Minecraft color codes and formatting (§) if in BasicIO mode by using BasicIO-NoColor.
This commit is contained in:
5tanly 2020-05-14 13:36:56 -04:00 committed by GitHub
parent 43c2b4b73b
commit a018304f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 2 deletions

View file

@ -240,7 +240,7 @@ namespace MinecraftClient
/// <summary>
/// Remove color codes ("§c") from a text message received from the server
/// </summary>
protected static string GetVerbatim(string text)
public static string GetVerbatim(string text)
{
if ( String.IsNullOrEmpty(text) )
return String.Empty;