1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix copy paste error in penalty loader

start allowing color codes from ingame
This commit is contained in:
RaidMax
2019-08-01 09:37:33 -05:00
parent 984573c902
commit a5c3f78ba8
7 changed files with 27 additions and 23 deletions

View File

@ -1032,7 +1032,7 @@ namespace SharedLibraryCore.Commands
var Response = await E.Owner.ExecuteCommandAsync(E.Data.Trim());
foreach (string S in Response)
{
E.Origin.Tell(S.StripColors());
E.Origin.Tell(S);
}
if (Response.Length == 0)