Update PlayTimeCommands.cs (#10596)

pjb forgor to make it possible to actually use the command.
This commit is contained in:
Moony
2022-08-14 15:16:47 -05:00
committed by GitHub
parent c4d135e253
commit 6fe29d1c66

View File

@@ -58,6 +58,7 @@ public sealed class PlayTimeAddOverallCommand : IConsoleCommand
}
}
[AdminCommand(AdminFlags.Admin)]
public sealed class PlayTimeAddRoleCommand : IConsoleCommand
{
[Dependency] private readonly IPlayerManager _playerManager = default!;