Update use secondary hotkey (#11592)

This commit is contained in:
metalgearsloth
2022-09-29 16:06:34 +10:00
committed by GitHub
parent ca108d4194
commit 77a4a71ae0
7 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ namespace Content.Client.Items.Managers
_entitySystemManager.GetEntitySystem<ExamineSystem>()
.DoExamine(item.Value);
}
else if (args.Function == EngineKeyFunctions.AltUse)
else if (args.Function == EngineKeyFunctions.UseSecondary)
{
_entitySystemManager.GetEntitySystem<VerbSystem>().VerbMenu.OpenVerbMenu(item.Value);
}