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: