mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +01:00
Update v1_12.java
This commit is contained in:
parent
0fda3e06f4
commit
33c71c2dd2
@ -16,7 +16,7 @@ import com.gamingmesh.jobs.NMS;
|
||||
public class v1_12 implements NMS {
|
||||
@Override
|
||||
public List<Block> getPistonRetractBlocks(BlockPistonRetractEvent event) {
|
||||
List<Block> blocks = new ArrayList<Block>();
|
||||
List<Block> blocks = new ArrayList<>();
|
||||
blocks.addAll(event.getBlocks());
|
||||
return blocks;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user