Fix Bracket-Style
一些检查失败了
continuous-integration/drone Build is failing

这个提交包含在:
Florian Brinker 2024-09-19 22:32:56 +02:00
父节点 c5a82f86c9
当前提交 faabe56e11

查看文件

@ -49,7 +49,7 @@ function AchievementInfo.onAchievementUpdated(_, achId)
local percentageStep = false local percentageStep = false
local percentageStepSize = AchievementInfo.settingGet("genShowUpdateSteps") local percentageStepSize = AchievementInfo.settingGet("genShowUpdateSteps")
local link = GetAchievementLink(achId, LINK_STYLE_BRACKET) local link = GetAchievementLink(achId, LINK_STYLE_BRACKETS)
local catName = "/" local catName = "/"
if categoryId ~= false then if categoryId ~= false then