Fix alt click (#6722)
This commit is contained in:
@@ -171,6 +171,7 @@ namespace Content.Shared.Interaction
|
|||||||
// Perform alternative interactions, using context menu verbs.
|
// Perform alternative interactions, using context menu verbs.
|
||||||
// These perform their own range, can-interact, and accessibility checks.
|
// These perform their own range, can-interact, and accessibility checks.
|
||||||
AltInteract(user, target.Value);
|
AltInteract(user, target.Value);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (checkCanInteract && !_actionBlockerSystem.CanInteract(user, target))
|
if (checkCanInteract && !_actionBlockerSystem.CanInteract(user, target))
|
||||||
|
|||||||
Reference in New Issue
Block a user