Update Atomic.java
This commit is contained in:
parent
7d97836613
commit
0c0347bf0c
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ public class Atomic
|
|||
public static final String NAME = Reference.NAME + " Atomic";
|
||||
public static final ContentRegistry contentRegistry = new ContentRegistry(Settings.CONFIGURATION, Settings.idManager, ID).setPrefix(Reference.PREFIX).setTab(TabRI.DEFAULT);
|
||||
private static final String[] SUPPORTED_LANGUAGES = new String[]
|
||||
{ "en_US", "pl_PL", "de_DE" };
|
||||
{ "en_US", "pl_PL", "de_DE", "ru_RU" };
|
||||
|
||||
@Instance(ID)
|
||||
public static Atomic INSTANCE;
|
||||
|
|
Loading…
Reference in a new issue