Fix client-only command permissions. (#5899)

This commit is contained in:
Vera Aguilera Puerto
2021-12-25 19:53:21 +01:00
committed by GitHub
parent 1e42bafea4
commit 666be08d86
7 changed files with 80 additions and 32 deletions

View File

@@ -2,6 +2,7 @@ using System;
using System.Linq;
using Content.Client.Resources;
using Content.Client.Stylesheets;
using Content.Shared.Administration;
using JetBrains.Annotations;
using Robust.Client.AutoGenerated;
using Robust.Client.ResourceManagement;
@@ -198,7 +199,7 @@ namespace Content.Client.Changelog
}
}
[UsedImplicitly]
[UsedImplicitly, AnyCommand]
public sealed class ChangelogCommand : IConsoleCommand
{
public string Command => "changelog";