fix this default

This commit is contained in:
Noah Pilarski 2025-02-17 15:43:23 -05:00
parent a6c0fa562a
commit 6735c21cc9

View File

@ -14,7 +14,7 @@ namespace NewHorizons.External.Modules.Props.EchoesOfTheEye
/// <summary> /// <summary>
/// The type of dream candle this is. /// The type of dream candle this is.
/// </summary> /// </summary>
[DefaultValue(DreamCandleType.Ground)] public DreamCandleType type = DreamCandleType.Ground; [DefaultValue("ground")] public DreamCandleType type = DreamCandleType.Ground;
/// <summary> /// <summary>
/// Whether the candle should start lit or extinguished. /// Whether the candle should start lit or extinguished.