9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-28 03:19:15 +00:00

fix battlepass

This commit is contained in:
XiaoMoMi
2023-10-20 16:25:10 +08:00
parent 9e5764326e
commit e4d5c4a9c4
3 changed files with 3 additions and 2 deletions

View File

@@ -39,8 +39,8 @@ public class CropBreakEvent extends Event implements Cancellable {
public CropBreakEvent(
@Nullable Entity entity,
@NotNull String cropItemID,
@NotNull String cropKey,
@NotNull String cropItemID,
@NotNull Location location
) {
this.entity = entity;