Revert "General: Change Root permission into RCON."

This reverts commit 6b37afd8de.
This commit is contained in:
BotoX 2018-08-07 21:39:46 +02:00
parent 595d932aca
commit 6a76916b36
2 changed files with 2 additions and 2 deletions

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))
{

View File

@ -170,7 +170,7 @@ public Action Command_Status(int client, const char[] command, int args)
else
FormatEx(sPlayerState, sizeof(sPlayerState), "spawning");
if(GetAdminFlag(GetUserAdmin(client), Admin_RCON))
if(GetAdminFlag(GetUserAdmin(client), Admin_Root))
GetClientIP(player, sPlayerAddr, sizeof(sPlayerAddr));
PrintToConsole(client, "# %8s %40s %24s %12s %4s %4s %s %s",