Skip to content

Commit

Permalink
3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranhart committed Jun 22, 2024
1 parent 670145f commit 1af988a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.tweetzy</groupId>
<artifactId>flight</artifactId>
<version>3.21.0</version>
<version>3.22.0</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.13.0</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.github.cryptomorin</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ public static List<String> list(@NotNull TranslationEntry entry, Object... varia
protected abstract void registerLanguages();

public void setup() {
translationFiles.clear();
translations.clear();

registerLanguages();

// create locales folder
Expand Down

0 comments on commit 1af988a

Please sign in to comment.