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:
@@ -31,7 +31,7 @@ index 0000000000000000000000000000000000000000..d5e097dad04ed62088aade42ba598660
|
|||||||
+ private final Player player;
|
+ private final Player player;
|
||||||
+ private float destroySpeed;
|
+ 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);
|
+ super(block);
|
||||||
+ this.player = player;
|
+ this.player = player;
|
||||||
+ this.destroySpeed = destroySpeed;
|
+ this.destroySpeed = destroySpeed;
|
||||||
|
|||||||
Reference in New Issue
Block a user