mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-12 19:30:50 +01:00
BentoBoxLocale: made the UNKNOWN field static
This commit is contained in:
parent
ae162153a4
commit
f96b395538
@ -14,7 +14,7 @@ import world.bentobox.bentobox.util.ItemParser;
|
||||
*/
|
||||
public class BentoBoxLocale {
|
||||
|
||||
private final String UNKNOWN = "unknown";
|
||||
private final static String UNKNOWN = "unknown";
|
||||
|
||||
private Locale locale;
|
||||
private YamlConfiguration config;
|
||||
|
Loading…
Reference in New Issue
Block a user