Update PlayTimeCommands.cs (#10596)
pjb forgor to make it possible to actually use the command.
This commit is contained in:
parent
c4d135e253
commit
6fe29d1c66
|
|
@ -58,6 +58,7 @@ public sealed class PlayTimeAddOverallCommand : IConsoleCommand
|
|||
}
|
||||
}
|
||||
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class PlayTimeAddRoleCommand : IConsoleCommand
|
||||
{
|
||||
[Dependency] private readonly IPlayerManager _playerManager = default!;
|
||||
|
|
|
|||
Loading…
Reference in New Issue