From 6fe29d1c66d281d9786c4bacbdf0806cc04c48aa Mon Sep 17 00:00:00 2001 From: Moony Date: Sun, 14 Aug 2022 15:16:47 -0500 Subject: [PATCH] Update PlayTimeCommands.cs (#10596) pjb forgor to make it possible to actually use the command. --- Content.Server/Administration/Commands/PlayTimeCommands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Administration/Commands/PlayTimeCommands.cs b/Content.Server/Administration/Commands/PlayTimeCommands.cs index e9731fee39..97d3f12e38 100644 --- a/Content.Server/Administration/Commands/PlayTimeCommands.cs +++ b/Content.Server/Administration/Commands/PlayTimeCommands.cs @@ -58,6 +58,7 @@ public sealed class PlayTimeAddOverallCommand : IConsoleCommand } } +[AdminCommand(AdminFlags.Admin)] public sealed class PlayTimeAddRoleCommand : IConsoleCommand { [Dependency] private readonly IPlayerManager _playerManager = default!;