Commits vergleichen
1 Commits
| Autor | SHA1 | Datum | |
|---|---|---|---|
|
|
634f7b5c6d |
@@ -73,7 +73,12 @@ function AchievementInfo.onAchievementUpdated(_, achId)
|
||||
tmpOutput = tmpOutput .. AchievementInfo.clrCriteriaComplete .. numRequired .. "|r"
|
||||
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
|
||||
detailOutputCount = detailOutputCount + 1
|
||||
end
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#### Notable Changes
|
||||
|
||||
##### Release 4.5
|
||||
* Fixed "ShowDetails" option working only in combination with "ShowOpenDetailsOnly"
|
||||
|
||||
##### Release 4.3
|
||||
* Fixed an error with gendered achievement descriptions
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren