1 Commity
4.4 ... 4.5

Autor SHA1 Wiadomość Data
Florian Brinker
634f7b5c6d Fix ShowDetails not working properly
Wszystkie etapy powiodły się
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-03-20 16:03:01 +01:00
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@@ -73,7 +73,12 @@ function AchievementInfo.onAchievementUpdated(_, achId)
tmpOutput = tmpOutput .. AchievementInfo.clrCriteriaComplete .. numRequired .. "|r" tmpOutput = tmpOutput .. AchievementInfo.clrCriteriaComplete .. numRequired .. "|r"
tmpOutput = tmpOutput .. AchievementInfo.clrDefault tmpOutput = tmpOutput .. AchievementInfo.clrDefault
if AchievementInfo.settingGet("genShowOpenDetailsOnly") == true and numCompleted ~= numRequired then if AchievementInfo.settingGet("genShowOpenDetailsOnly") == true then
if numCompleted ~= numRequired then
detailOutput[detailOutputCount] = tmpOutput
detailOutputCount = detailOutputCount + 1
end
else
detailOutput[detailOutputCount] = tmpOutput detailOutput[detailOutputCount] = tmpOutput
detailOutputCount = detailOutputCount + 1 detailOutputCount = detailOutputCount + 1
end end

Wyświetl plik

@@ -1,5 +1,8 @@
#### Notable Changes #### Notable Changes
##### Release 4.5
* Fixed "ShowDetails" option working only in combination with "ShowOpenDetailsOnly"
##### Release 4.3 ##### Release 4.3
* Fixed an error with gendered achievement descriptions * Fixed an error with gendered achievement descriptions