Fix alt click (#6722)

This commit is contained in:
Leon Friedrich
2022-02-15 23:40:48 +13:00
committed by GitHub
parent 6cd7548150
commit 631c0068b9

View File

@@ -171,6 +171,7 @@ namespace Content.Shared.Interaction
// Perform alternative interactions, using context menu verbs.
// These perform their own range, can-interact, and accessibility checks.
AltInteract(user, target.Value);
return;
}
if (checkCanInteract && !_actionBlockerSystem.CanInteract(user, target))