mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
fix copy paste error in penalty loader
start allowing color codes from ingame
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user