1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-02-18 05:11:32 +01:00

update for 1.21 because this pull hasnt been merged yet

This commit is contained in:
Jsinco 2024-07-10 06:02:37 -04:00
parent 2c99a45fcd
commit 71272dae59
2 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ import com.gamingmesh.jobs.container.JobsPlayer;
public class JobsPayment1_20Listener implements Listener {
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void onEntityBucketed(BlockDropItemEvent event) {
public void onBlockDropItem(BlockDropItemEvent event) {
Player player = event.getPlayer();