This commit is contained in:
Brianna 2020-02-27 16:25:38 -05:00
parent 9ca6ee02a4
commit aba27e85bc
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>EpicHeads</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>3.2.7</version>
<version>3.2.8</version>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>EpicHeads-${project.version}</finalName>

View File

@ -167,7 +167,6 @@ public class EpicHeads extends SongodaPlugin {
private boolean loadHeads() {
try {
this.headManager.clear();
this.headManager.addCategory(new Category(getLocale()
.getMessage("general.word.latestpack").getMessage(), true));