fix suffixing commands with color code

This commit is contained in:
RaidMax 2022-04-28 17:22:15 -05:00
parent 0bf0d033f7
commit fab97ccad4

View File

@ -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" };