u24
This commit is contained in:
parent
401ebe2324
commit
573420e1b8
613 changed files with 5708 additions and 4445 deletions
|
|
@ -52,7 +52,8 @@ public class LanguageManager implements IResourceManagerReloadListener {
|
|||
public void parseLanguageMetadata(List<IResourcePack> parList) {
|
||||
this.languageMap.clear();
|
||||
|
||||
for (IResourcePack iresourcepack : parList) {
|
||||
for (int i = 0, l = parList.size(); i < l; ++i) {
|
||||
IResourcePack iresourcepack = parList.get(i);
|
||||
try {
|
||||
LanguageMetadataSection languagemetadatasection = (LanguageMetadataSection) iresourcepack
|
||||
.getPackMetadata(this.theMetadataSerializer, "language");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue