From 6735c21cc9cf371814f677e3e2431c8facb14011 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Mon, 17 Feb 2025 15:43:23 -0500 Subject: [PATCH] fix this default --- .../External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewHorizons/External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs b/NewHorizons/External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs index 10106fb8..7f4efb24 100644 --- a/NewHorizons/External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs +++ b/NewHorizons/External/Modules/Props/EchoesOfTheEye/DreamCandleInfo.cs @@ -14,7 +14,7 @@ namespace NewHorizons.External.Modules.Props.EchoesOfTheEye /// /// The type of dream candle this is. /// - [DefaultValue(DreamCandleType.Ground)] public DreamCandleType type = DreamCandleType.Ground; + [DefaultValue("ground")] public DreamCandleType type = DreamCandleType.Ground; /// /// Whether the candle should start lit or extinguished.