Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee committed May 17, 2024
1 parent f62e15f commit 160edef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YAMS-LIB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check failure on line 1905 in YAMS-LIB/Program.cs

View workflow job for this annotation

GitHub Actions / Build YAMS-Lib and Python Wheel

; expected
case ItemEnum.Nothing:
break;
default:
Expand Down

0 comments on commit 160edef

Please sign in to comment.