From 160edefa046f9e6afeed234c540d0f102724fc83 Mon Sep 17 00:00:00 2001 From: Miepee Date: Fri, 17 May 2024 16:34:10 +0200 Subject: [PATCH] fix compile error --- YAMS-LIB/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/YAMS-LIB/Program.cs b/YAMS-LIB/Program.cs index c9a04db..539598b 100644 --- a/YAMS-LIB/Program.cs +++ b/YAMS-LIB/Program.cs @@ -1902,6 +1902,7 @@ public static void Main(string am2rPath, string outputAm2rPath, string jsonPath) break; case ItemEnum.LongBeam: characterVarsCode.ReplaceGMLInCode("global.hasLongBeam = 0", $"global.hasLongBeam = {quantity}"); + break case ItemEnum.Nothing: break; default: