Merge pull request #1466 from thatsIch/e-instance-factory
Uses an instance factory access for AE2
This commit is contained in:
@@ -62,7 +62,7 @@ public class TileChunkLoader extends AEBaseTile
|
||||
return;
|
||||
}
|
||||
|
||||
this.ct = ForgeChunkManager.requestTicket( AppEng.instance, this.worldObj, Type.NORMAL );
|
||||
this.ct = ForgeChunkManager.requestTicket( AppEng.instance(), this.worldObj, Type.NORMAL );
|
||||
|
||||
if( this.ct == null )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user