mirror of
https://github.com/songoda/EpicHeads.git
synced 2025-02-18 12:31:51 +01:00
3.2.8
This commit is contained in:
parent
9ca6ee02a4
commit
aba27e85bc
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<groupId>com.songoda</groupId>
|
<groupId>com.songoda</groupId>
|
||||||
<artifactId>EpicHeads</artifactId>
|
<artifactId>EpicHeads</artifactId>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<version>3.2.7</version>
|
<version>3.2.8</version>
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean install</defaultGoal>
|
<defaultGoal>clean install</defaultGoal>
|
||||||
<finalName>EpicHeads-${project.version}</finalName>
|
<finalName>EpicHeads-${project.version}</finalName>
|
||||||
|
@ -167,7 +167,6 @@ public class EpicHeads extends SongodaPlugin {
|
|||||||
|
|
||||||
private boolean loadHeads() {
|
private boolean loadHeads() {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
this.headManager.clear();
|
this.headManager.clear();
|
||||||
this.headManager.addCategory(new Category(getLocale()
|
this.headManager.addCategory(new Category(getLocale()
|
||||||
.getMessage("general.word.latestpack").getMessage(), true));
|
.getMessage("general.word.latestpack").getMessage(), true));
|
||||||
|
Loading…
Reference in New Issue
Block a user