Remove more interaction without hands (#8946)
* Remove stack splitting without hands * more no hands crap
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Content.Server.Stack
|
||||
|
||||
private void OnStackAlternativeInteract(EntityUid uid, StackComponent stack, GetVerbsEvent<AlternativeVerb> args)
|
||||
{
|
||||
if (!args.CanAccess || !args.CanInteract)
|
||||
if (!args.CanAccess || !args.CanInteract || args.Hands == null)
|
||||
return;
|
||||
|
||||
AlternativeVerb halve = new()
|
||||
|
||||
Reference in New Issue
Block a user