Puts everywhere brackets
This commit is contained in:
@@ -130,7 +130,9 @@ public class RenderBlockCharger extends BaseBlockRender
|
||||
{
|
||||
ItemStack sis = null;
|
||||
if( tile instanceof IInventory )
|
||||
{
|
||||
sis = ( (IInventory) tile ).getStackInSlot( 0 );
|
||||
}
|
||||
|
||||
if( sis != null )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user