Skip to content

Commit

Permalink
Fix potential bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CiroZDP committed Sep 9, 2024
1 parent 1cdd033 commit ff0d281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/opencraft/Locales.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Locales {
private static final Map<String, String> CATALAN = new HashMap<>();
private static final Map<String, String> PORTUGUESE = new HashMap<>();

private static Locale locale;
private static Locale locale = Locales.getLocale();

public static class Loader {

Expand Down

0 comments on commit ff0d281

Please sign in to comment.