9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-19 15:09:27 +00:00

Don't blindly type, worst mistake of my life

This commit is contained in:
MrPowerGamerBR
2024-06-10 19:09:22 -03:00
parent ac01b433b3
commit 99de662d39

View File

@@ -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;