Skip to content

Commit

Permalink
fix: heads.yml wrong section
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed Nov 1, 2023
1 parent e00871c commit 096b0a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ public void addDefaults() {
} else {
addExample("heads." + head.name().toLowerCase() + ".display-name", head.displayName);
addExample("heads." + head.name().toLowerCase() + ".texture", head.texture);
addExample("heads.HP#" + head.name().toLowerCase() + ".section", head.section);
addExample("heads." + head.name().toLowerCase() + ".section", head.section);
}
}
}
Expand Down

0 comments on commit 096b0a0

Please sign in to comment.