diff --git a/patches/api/0002-Add-PlayerBlockDestroySpeedEvent.patch b/patches/api/0002-Add-PlayerBlockDestroySpeedEvent.patch index 3757abc..76be6a2 100644 --- a/patches/api/0002-Add-PlayerBlockDestroySpeedEvent.patch +++ b/patches/api/0002-Add-PlayerBlockDestroySpeedEvent.patch @@ -31,7 +31,7 @@ index 0000000000000000000000000000000000000000..d5e097dad04ed62088aade42ba598660 + private final Player player; + private float destroySpeed; + -+ public PlayerBlockDestroySpeedEvent(@NotNull Player player, @NotNull git adBlock block, float destroySpeed) { ++ public PlayerBlockDestroySpeedEvent(@NotNull Player player, @NotNull Block block, float destroySpeed) { + super(block); + this.player = player; + this.destroySpeed = destroySpeed;