mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +01:00
Update v1_10.java
This commit is contained in:
parent
fa77935485
commit
2df0557ec0
@ -23,7 +23,7 @@ import com.gamingmesh.jobs.NMS;
|
|||||||
public class v1_10 implements NMS {
|
public class v1_10 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