mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Fix a missed assignment with the last commit
This commit is contained in:
parent
cd94e3c9b0
commit
bd46501609
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue