Skip to content

Commit

Permalink
fix: 符号错误
Browse files Browse the repository at this point in the history
  • Loading branch information
tangge233 committed Oct 1, 2024
1 parent 98782cf commit a4e1786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
Case 0 '一般是由于 Mod 文件被占用,然后玩家主动取消
Log($"[Mod] 没有 Mod 被成功更新")
Case 1
Hint(GetLang("LangPageVersionModTaskModUpdateSuccessB") & FinishedFileNames.Single), HintType.Finish)
Hint(GetLang("LangPageVersionModTaskModUpdateSuccessB") & FinishedFileNames.Single, HintType.Finish)
Case Else
Hint(GetLang("LangPageVersionModTaskModUpdateSuccessA", FinishedFileNames.Count), HintType.Finish)
End Select
Expand Down

0 comments on commit a4e1786

Please sign in to comment.