Fix not being able to use vehicle horns (#19966)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user