Make doorbumps quiet (#8812)
This commit is contained in:
@@ -305,7 +305,7 @@ public sealed class DoorSystem : SharedDoorSystem
|
||||
foreach (var other in PhysicsSystem.GetCollidingEntities(body))
|
||||
{
|
||||
if (Tags.HasTag(other.Owner, "DoorBumpOpener") &&
|
||||
TryOpen(component.Owner, component, other.Owner)) break;
|
||||
TryOpen(component.Owner, component, other.Owner, false, quiet: true)) break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user