Fixed Fire Extinguisher safety range (#25534)
This commit is contained in:
@@ -93,7 +93,7 @@ public sealed class FireExtinguisherSystem : EntitySystem
|
||||
|
||||
private void OnGetInteractionVerbs(Entity<FireExtinguisherComponent> entity, ref GetVerbsEvent<InteractionVerb> args)
|
||||
{
|
||||
if (!args.CanInteract)
|
||||
if (!args.CanAccess || !args.CanInteract)
|
||||
return;
|
||||
|
||||
var user = args.User;
|
||||
|
||||
Reference in New Issue
Block a user