mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-04 23:37:49 +01:00
Update v1_11.java
This commit is contained in:
parent
2df0557ec0
commit
0fda3e06f4
@ -16,7 +16,7 @@ import com.gamingmesh.jobs.NMS;
|
|||||||
public class v1_11 implements NMS {
|
public class v1_11 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