geforkt von Mirrors/Paper
Fix a missed assignment with the last commit
By: Thinkofdeath <thinkofdeath@spigotmc.org>
Dieser Commit ist enthalten in:
Ursprung
0b63ec0461
Commit
b3411fdcf4
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren