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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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!;