Skip to content

Commit

Permalink
3.18.1, Fixes translations not generating #94
Browse files Browse the repository at this point in the history
Took 57 seconds
  • Loading branch information
kiranhart committed Aug 5, 2024
1 parent 33941d5 commit 54ab8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<name>Markets</name>
<description>A new take on traditional player owned shops</description>
<version>2.18.0</version>
<version>2.18.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,6 @@ public Translations(@NonNull JavaPlugin plugin) {


public static void init() {
new Translations(Markets.getInstance()).setup();
new Translations(Markets.getInstance()).setup(Markets.getInstance());
}
}

0 comments on commit 54ab8b6

Please sign in to comment.