(CKey, mod)
| 233 | } |
| 234 | |
| 235 | getSaveBadges(CKey, mod) { |
| 236 | if ( this.track.lastPayload.opts?.cacheGameSave?.collectKey !== CKey ) { return null } |
| 237 | return this.track.lastPayload.opts?.cacheGameSave?.modList?.[mod.fileDetail.shortName] ?? null |
| 238 | } |
| 239 | |
| 240 | // MARK: finish sort trees |
| 241 | fixSorts() { |