Revert "General: Change some permissions around."

This reverts commit 62d27305fb.
This commit is contained in:
BotoX
2018-08-07 22:08:29 +02:00
parent 26aea3da35
commit 5fc9f08665
4 changed files with 17 additions and 14 deletions
@@ -2592,7 +2592,7 @@ public Action Hook_UserMessage(UserMsg msg_id, Handle bf, const players[], int p
}
}
if (!g_msgAuthor || HasFlag(g_msgAuthor, Admin_Custom1))
if (!g_msgAuthor || HasFlag(g_msgAuthor, Admin_Generic))
{
CFormatColor(g_msgText, sizeof(g_msgText), g_msgAuthor);
}