Fix a missed assignment with the last commit

This commit is contained in:
Thinkofdeath 2015-01-19 23:35:58 +00:00
parent cd94e3c9b0
commit bd46501609

View file

@ -15,6 +15,8 @@ public class BlockPistonRetractEvent extends BlockPistonEvent {
public BlockPistonRetractEvent(final Block block, final List<Block> blocks, final BlockFace direction) {
super(block, direction);
this.blocks = blocks;
}
/**