Update use secondary hotkey (#11592)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user