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
+4 -1
View File
@@ -346,7 +346,10 @@ public Action Command_Weapon(int client, int argc)
if(client >= 1)
{
if(!GetAdminFlag(GetUserAdmin(client), Admin_Root))
AdminId id = GetUserAdmin(client);
int superadmin = GetAdminFlag(id, Admin_Custom3);
if(!superadmin)
{
if(StrEqual(sWeapon, "weapon_c4", false) || StrEqual(sWeapon, "weapon_smokegrenade", false) || StrEqual(sWeapon, "item_defuser", false))
{