Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Aug 28, 2024
1 parent ae38606 commit 1cb1377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minecraft/cape/provider/OptifineCapeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class OptifineCapeProvider implements CapeProvider {
}

get capeType(): CapeType {
return CapeType.OPTIFINE;
return CapeType.MOJANG;
}

async provide(profile: MinecraftProfile): Promise<CapeResponse | null> {
Expand Down

0 comments on commit 1cb1377

Please sign in to comment.