General: Change some permissions around.

¯\_(ツ)_/¯
This commit is contained in:
zaCade
2018-06-20 14:59:13 +02:00
parent 35adbe2c88
commit 62d27305fb
4 changed files with 14 additions and 17 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_Generic))
if (!g_msgAuthor || HasFlag(g_msgAuthor, Admin_Custom1))
{
CFormatColor(g_msgText, sizeof(g_msgText), g_msgAuthor);
}