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

@@ -155,7 +155,7 @@ namespace Content.Client.Administration.Systems
if (function == EngineKeyFunctions.UIClick)
_clientConsoleHost.ExecuteCommand($"vv {uid}");
else if (function == EngineKeyFunctions.AltUse)
else if (function == EngineKeyFunctions.UseSecondary)
_verbSystem.VerbMenu.OpenVerbMenu(uid, true);
else
return;
@@ -173,7 +173,7 @@ namespace Content.Client.Administration.Systems
if (function == EngineKeyFunctions.UIClick)
_clientConsoleHost.ExecuteCommand($"vv {uid}");
else if (function == EngineKeyFunctions.AltUse)
else if (function == EngineKeyFunctions.UseSecondary)
_verbSystem.VerbMenu.OpenVerbMenu(uid, true);
else
return;