Update use secondary hotkey (#11592)
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Content.Client.Administration.UI.CustomControls
|
||||
if (OverrideText != null && args.Button.Children.FirstOrDefault()?.Children?.FirstOrDefault() is Label label)
|
||||
label.Text = GetText(selectedPlayer);
|
||||
}
|
||||
else if (args.Event.Function == EngineKeyFunctions.AltUse)
|
||||
else if (args.Event.Function == EngineKeyFunctions.UseSecondary)
|
||||
{
|
||||
_verbSystem.VerbMenu.OpenVerbMenu(selectedPlayer.EntityUid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user