fix soap popup (#27054)
fix soap (cherry picked from commit 4453fe50cfdd380f76f2c41d314e6c7ecce729fb)
This commit is contained in:
parent
31adcfdce5
commit
b748f3633e
|
|
@ -103,7 +103,7 @@ namespace Content.Server.Forensics
|
|||
|
||||
private void OnAfterInteract(EntityUid uid, CleansForensicsComponent component, AfterInteractEvent args)
|
||||
{
|
||||
if (args.Handled)
|
||||
if (args.Handled || !args.CanReach)
|
||||
return;
|
||||
|
||||
if (!TryComp<ForensicsComponent>(args.Target, out var forensicsComp))
|
||||
|
|
|
|||
Loading…
Reference in New Issue