Skip to content

Commit

Permalink
fix: pack_format for equipment is wrong (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
edayot authored Dec 21, 2024
1 parent 023a858 commit dc44f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beet/library/resource_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Equipment(JsonFile):

scope: ClassVar[NamespaceFileScope] = {
0: ("models", "equipment"),
59: ("equipment",),
46: ("equipment",),
}
extension: ClassVar[str] = ".json"

Expand Down

0 comments on commit dc44f01

Please sign in to comment.