Command perm modifications (#11273)
* Command perm modifications * actually not this one * string
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class AddBodyPartCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "addbodypart";
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class AddEntityStorageCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "addstorage";
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class AddMechanismCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "addmechanism";
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Content.Server.Administration.Commands
|
||||
/// <summary>
|
||||
/// Command that allows you to edit an existing solution by adding (or removing) reagents.
|
||||
/// </summary>
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class AddReagent : IConsoleCommand
|
||||
{
|
||||
public string Command => "addreagent";
|
||||
|
||||
@@ -3,7 +3,7 @@ using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.VarEdit)]
|
||||
[AdminCommand(AdminFlags.Spawn)]
|
||||
public sealed class DeleteComponent : IConsoleCommand
|
||||
{
|
||||
public string Command => "deletecomponent";
|
||||
|
||||
@@ -4,7 +4,7 @@ using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.VarEdit)]
|
||||
[AdminCommand(AdminFlags.Spawn)]
|
||||
sealed class DeleteEntitiesWithComponent : IConsoleCommand
|
||||
{
|
||||
public string Command => "deleteewc";
|
||||
|
||||
@@ -4,7 +4,7 @@ using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class RemoveBodyPartCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "rmbodypart";
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class RemoveEntityStorageCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "rmstorage";
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Shared.Console;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class RemoveMechanismCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "rmmechanism";
|
||||
|
||||
Reference in New Issue
Block a user