mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-06 16:27:59 +01:00
Update v1_7.java
This commit is contained in:
parent
5ad79ad28e
commit
b42a196e15
@ -20,7 +20,7 @@ import com.gamingmesh.jobs.NMS;
|
|||||||
public class v1_7 implements NMS {
|
public class v1_7 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.add(event.getBlock());
|
blocks.add(event.getBlock());
|
||||||
return blocks;
|
return blocks;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user