Fix not being able to use vehicle horns (#19966)

This commit is contained in:
DrSmugleaf
2023-09-09 16:39:29 -07:00
committed by GitHub
parent 8bb3811baf
commit d737e6b84a

View File

@@ -50,7 +50,7 @@ public sealed partial class VehicleComponent : Component
/// Use ambient sound component for the idle sound.
[DataField("hornAction", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
public string? HornAction;
public string? HornAction = "ActionVehicleHorn";
/// <summary>
/// The action for the horn (if any)