Revert "General: Change Root permission into RCON."

This reverts commit 6b37afd8de.
This commit is contained in:
BotoX
2018-08-07 22:08:29 +02:00
parent 595d932aca
commit 6a76916b36
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ public Action Command_Weapon(int client, int argc)
if(client >= 1)
{
if(!GetAdminFlag(GetUserAdmin(client), Admin_RCON))
if(!GetAdminFlag(GetUserAdmin(client), Admin_Root))
{
if(StrEqual(sWeapon, "weapon_c4", false) || StrEqual(sWeapon, "weapon_smokegrenade", false) || StrEqual(sWeapon, "item_defuser", false))
{