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)
|
private void OnGetInteractionVerbs(Entity<FireExtinguisherComponent> entity, ref GetVerbsEvent<InteractionVerb> args)
|
||||||
{
|
{
|
||||||
if (!args.CanInteract)
|
if (!args.CanAccess || !args.CanInteract)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var user = args.User;
|
var user = args.User;
|
||||||
|
|||||||
Reference in New Issue
Block a user