From 9a322da79debd5df32bd69a887a4618aa7e400c2 Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 24 May 2022 17:16:50 -0400 Subject: [PATCH] Fix NomaiTextArcType not using StringEnumConverter --- NewHorizons/External/Modules/PropModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NewHorizons/External/Modules/PropModule.cs b/NewHorizons/External/Modules/PropModule.cs index 910a0eb0..b55c7ecc 100644 --- a/NewHorizons/External/Modules/PropModule.cs +++ b/NewHorizons/External/Modules/PropModule.cs @@ -471,6 +471,7 @@ namespace NewHorizons.External.Modules /// /// The type of text to display. /// + [JsonConverter(typeof(StringEnumConverter))] public NomaiTextArcType type = NomaiTextArcType.Adult; ///