Skip to content

Commit

Permalink
let's try that again
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Aug 16, 2024
1 parent 2a83fc3 commit e93b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/repository/texture.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default class TextureFirestormRepository implements TextureRepository {
}

public async getVersions(): Promise<Array<string>> {
const s = await settings.readRaw();
const s = await settings.readRaw(true);
return Object.values(s.versions).flat().sort(MinecraftSorter).reverse();
}

Expand Down

0 comments on commit e93b65d

Please sign in to comment.