Re-add reverted patch AGAIN cpw check your commits -.-

This commit is contained in:
LexManos 2013-07-09 12:56:34 -07:00
parent c3fbd27a8d
commit 562e8e8021
1 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,15 @@
Iterator iterator = this.field_110574_e.entrySet().iterator();
while (iterator.hasNext())
@@ -73,7 +77,7 @@
try
{
- textureatlassprite.func_130100_a(par1ResourceManager.func_110536_a(resourcelocation1));
+ if (!textureatlassprite.load(par1ResourceManager, resourcelocation1)) continue;
}
catch (RuntimeException runtimeexception)
{
@@ -142,6 +146,7 @@
textureatlassprite1 = (TextureAtlasSprite)iterator1.next();
textureatlassprite1.copyFrom(this.missingImage);