Hopefully fixed compile issue
This commit is contained in:
parent
ce31b1e22c
commit
63706900ba
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ public class ClientProxy extends CommonProxy
|
|||
}
|
||||
|
||||
@Override
|
||||
public void doMultiblockSparkle(TileEntityMultiblock<?> tileEntity)
|
||||
public void doMultiblockSparkle(final TileEntityMultiblock<?> tileEntity)
|
||||
{
|
||||
new ThreadSparkle(tileEntity, new INodeChecker() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue