fix suffixing commands with color code
This commit is contained in:
parent
0bf0d033f7
commit
fab97ccad4
@ -184,7 +184,7 @@ namespace SharedLibraryCore
|
||||
output = output.Replace(match.Value, mapping.TryGetValue(key, out var code) ? code : "");
|
||||
}
|
||||
|
||||
return output.FixIW4ForwardSlash() + mapping[ColorCodes.White.ToString()];
|
||||
return output.FixIW4ForwardSlash();
|
||||
}
|
||||
|
||||
private static readonly IList<string> _zmGameTypes = new[] { "zclassic", "zstandard", "zcleansed", "zgrief" };
|
||||
|
Loading…
Reference in New Issue
Block a user