mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
playtime flag tweaks (#3481)
This commit is contained in:
@@ -58,7 +58,7 @@ public sealed class PlayTimeAddOverallCommand : IConsoleCommand
|
||||
}
|
||||
}
|
||||
|
||||
[AdminCommand(AdminFlags.Permissions)] // Corvax-DiscordRoles
|
||||
[AdminCommand(AdminFlags.Playtime)] // Corvax-DiscordRoles
|
||||
public sealed class PlayTimeAddRoleCommand : IConsoleCommand
|
||||
{
|
||||
[Dependency] private readonly IPlayerManager _playerManager = default!;
|
||||
|
||||
@@ -128,7 +128,7 @@ namespace Content.Shared.Administration
|
||||
/// <summary>
|
||||
/// Allows you to edit players playtime.
|
||||
/// </summary>
|
||||
Playtime = 1 << 22,
|
||||
Playtime = 1 << 30,
|
||||
|
||||
/// <summary>
|
||||
/// Dangerous host permissions like scsi.
|
||||
|
||||
Reference in New Issue
Block a user