Command resolve killing, LEC conversions, and general cleanup. (#38338)
* i'm just gonna put this here. * I'm just gonna do it. * Update ShowHTNCommand.cs * I feel dumb. * may as well with this too. * this does in fact not work * :/
This commit is contained in:
@@ -274,13 +274,11 @@ namespace Content.Client.Voting.UI
|
||||
}
|
||||
|
||||
[UsedImplicitly, AnyCommand]
|
||||
public sealed class VoteMenuCommand : IConsoleCommand
|
||||
public sealed class VoteMenuCommand : LocalizedCommands
|
||||
{
|
||||
public string Command => "votemenu";
|
||||
public string Description => Loc.GetString("ui-vote-menu-command-description");
|
||||
public string Help => Loc.GetString("ui-vote-menu-command-help-text");
|
||||
public override string Command => "votemenu";
|
||||
|
||||
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||
public override void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||
{
|
||||
new VoteCallMenu().OpenCentered();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user