Discord_UNLOZE: remove the cancer color for admin chat

keep it the same as in game. looks much better.
This commit is contained in:
Dogan 2019-10-16 22:20:39 +02:00
parent 82d16ed299
commit 0ee475c2b4

View File

@ -149,7 +149,7 @@ public Action Command_PrintToAdminChat(int args)
{
bool bAdmin = CheckCommandAccess(i, "", ADMFLAG_GENERIC, true);
if (bAdmin)
CPrintToChat(i, "{azure}[DISCORD](ADMINS) %s: {white}%s", sArgs, sArgs2);
CPrintToChat(i, "{green}(DISCORD ADMINS) %s: {yellow}%s", sArgs, sArgs2);
}
}
return Plugin_Handled;