Revert "General: Change some permissions around."
This reverts commit 62d27305fb.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user