Fix Bracket-Style
Декілька перевірок не були успішними
continuous-integration/drone/push Build is failing

This commit is contained in:
Florian Brinker 2024-09-19 22:32:56 +02:00
джерело c5a82f86c9
коміт 4c453d7293

@ -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