Merge branch 'feature/singleton_registry'
This commit is contained in:
@@ -21,8 +21,8 @@ public class Translations extends PathHandler implements Translator {
|
||||
|
||||
private HashMap<String, JSONObject> translations = new HashMap<>();
|
||||
|
||||
public Translations(ModuleRegistry registry) {
|
||||
registry.add(this);
|
||||
public Translations() {
|
||||
ModuleRegistry.add(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user