Skip to content

Commit dc44f01

Browse files
authored
fix: pack_format for equipment is wrong (#459)
1 parent 023a858 commit dc44f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beet/library/resource_pack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Equipment(JsonFile):
7070

7171
scope: ClassVar[NamespaceFileScope] = {
7272
0: ("models", "equipment"),
73-
59: ("equipment",),
73+
46: ("equipment",),
7474
}
7575
extension: ClassVar[str] = ".json"
7676

0 commit comments

Comments
 (0)