mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-04 23:37:49 +01:00
Update v1_8.java
This commit is contained in:
parent
b42a196e15
commit
6d0ddbe600
@ -22,7 +22,7 @@ import com.gamingmesh.jobs.NMS;
|
|||||||
public class v1_8 implements NMS {
|
public class v1_8 implements NMS {
|
||||||
@Override
|
@Override
|
||||||
public List<Block> getPistonRetractBlocks(BlockPistonRetractEvent event) {
|
public List<Block> getPistonRetractBlocks(BlockPistonRetractEvent event) {
|
||||||
List<Block> blocks = new ArrayList<Block>();
|
List<Block> blocks = new ArrayList<>();
|
||||||
blocks.addAll(event.getBlocks());
|
blocks.addAll(event.getBlocks());
|
||||||
return blocks;
|
return blocks;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user