Normalizes the permissions of some commands. (#4796)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.IoC;
|
|||||||
|
|
||||||
namespace Content.Server.Administration.Commands
|
namespace Content.Server.Administration.Commands
|
||||||
{
|
{
|
||||||
[AdminCommand(AdminFlags.Admin)]
|
[AdminCommand(AdminFlags.VarEdit)]
|
||||||
public class DeleteComponent : IConsoleCommand
|
public class DeleteComponent : IConsoleCommand
|
||||||
{
|
{
|
||||||
public string Command => "deletecomponent";
|
public string Command => "deletecomponent";
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ using Robust.Shared.Localization;
|
|||||||
|
|
||||||
namespace Content.Server.Administration.Commands
|
namespace Content.Server.Administration.Commands
|
||||||
{
|
{
|
||||||
[AdminCommand(AdminFlags.Admin)]
|
[AdminCommand(AdminFlags.VarEdit)]
|
||||||
class DeleteEntitiesWithComponent : IConsoleCommand
|
class DeleteEntitiesWithComponent : IConsoleCommand
|
||||||
{
|
{
|
||||||
public string Command => "deleteewc";
|
public string Command => "deleteewc";
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ using System.Linq;
|
|||||||
|
|
||||||
namespace Content.Server.Administration.Commands
|
namespace Content.Server.Administration.Commands
|
||||||
{
|
{
|
||||||
[AdminCommand(AdminFlags.Admin)]
|
[AdminCommand(AdminFlags.Spawn)]
|
||||||
public class DeleteEntitiesWithId : IConsoleCommand
|
public class DeleteEntitiesWithId : IConsoleCommand
|
||||||
{
|
{
|
||||||
public string Command => "deleteewi";
|
public string Command => "deleteewi";
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
- help
|
- help
|
||||||
- list
|
- list
|
||||||
|
|
||||||
- Flags: FUN
|
- Flags: VAREDIT
|
||||||
Commands:
|
Commands:
|
||||||
- addcomp
|
- addcomp
|
||||||
- rmcomp
|
- rmcomp
|
||||||
|
|||||||
Reference in New Issue
Block a user