mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
Fix a missed assignment with the last commit
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -15,6 +15,8 @@ public class BlockPistonRetractEvent extends BlockPistonEvent {
|
|||||||
|
|
||||||
public BlockPistonRetractEvent(final Block block, final List<Block> blocks, final BlockFace direction) {
|
public BlockPistonRetractEvent(final Block block, final List<Block> blocks, final BlockFace direction) {
|
||||||
super(block, direction);
|
super(block, direction);
|
||||||
|
|
||||||
|
this.blocks = blocks;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user