Skip to content

Commit

Permalink
Don't Invalidate MCMP Tiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgorithmX2 committed Aug 13, 2016
1 parent 1a0770c commit 7bbe7b2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public void run()
}
else if ( dat == self )
{
current.invalidate();
MCMultipartProxy.proxyMCMultiPart.convertTo( current, new TileEntityBlockChiseledTESR() );
vns.unlockDynamic();
}
Expand Down Expand Up @@ -195,7 +194,6 @@ public void run()
}
else if ( dat == self )
{
current.invalidate();
MCMultipartProxy.proxyMCMultiPart.convertTo( current, new TileEntityBlockChiseled() );
vns.unlockDynamic();
}
Expand Down

0 comments on commit 7bbe7b2

Please sign in to comment.