Shuffle around command perms for trial admin (#5606)
This commit is contained in:
@@ -13,7 +13,7 @@ using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Round | AdminFlags.Spawn)]
|
||||
public sealed class LoadGameMapCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "loadgamemap";
|
||||
|
||||
@@ -8,7 +8,7 @@ using Robust.Shared.IoC;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Server)]
|
||||
[AdminCommand(AdminFlags.Round)]
|
||||
public class ReadyAll : IConsoleCommand
|
||||
{
|
||||
public string Command => "readyall";
|
||||
|
||||
@@ -9,7 +9,7 @@ using Robust.Shared.Localization;
|
||||
|
||||
namespace Content.Server.Administration.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Server)]
|
||||
[AdminCommand(AdminFlags.Round)]
|
||||
public class CallShuttleCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "callshuttle";
|
||||
@@ -36,7 +36,7 @@ namespace Content.Server.Administration.Commands
|
||||
}
|
||||
}
|
||||
|
||||
[AdminCommand(AdminFlags.Server)]
|
||||
[AdminCommand(AdminFlags.Round)]
|
||||
public class RecallShuttleCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "recallshuttle";
|
||||
|
||||
@@ -10,7 +10,7 @@ using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Server.Administration.Commands.Station;
|
||||
|
||||
[AdminCommand(AdminFlags.Spawn)]
|
||||
[AdminCommand(AdminFlags.Round)]
|
||||
public class AdjustStationJobCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "adjstationjob";
|
||||
|
||||
Reference in New Issue
Block a user