Fixed #1304
This commit is contained in:
@@ -333,8 +333,8 @@ public class ContentParser{
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void readBundle(ContentType type, String name, JsonValue value){
|
private void readBundle(ContentType type, String name, JsonValue value){
|
||||||
UnlockableContent cont = Vars.content.getByName(type, name) instanceof UnlockableContent ?
|
UnlockableContent cont = locate(type, name) instanceof UnlockableContent ?
|
||||||
Vars.content.getByName(type, name) : null;
|
locate(type, name) : null;
|
||||||
|
|
||||||
String entryName = cont == null ? type + "." + currentMod.name + "-" + name + "." : type + "." + cont.name + ".";
|
String entryName = cont == null ? type + "." + currentMod.name + "-" + name + "." : type + "." + cont.name + ".";
|
||||||
I18NBundle bundle = Core.bundle;
|
I18NBundle bundle = Core.bundle;
|
||||||
|
|||||||
Reference in New Issue
Block a user