Skip to content

Commit

Permalink
2.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao-MoMi committed Aug 11, 2024
1 parent 228fc9a commit 02c942f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public String identifier() {
@Override
public ItemStack buildItem(@NotNull Player player, @NotNull String id) {
CustomStack stack = requireNonNull(CustomStack.getInstance(id));
return stack.getItemStack();
return stack.getItemStack().clone();
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package net.momirealms.customfishing.bukkit.integration.quest;

import net.momirealms.customfishing.api.BukkitCustomFishingPlugin;
import net.momirealms.customfishing.api.event.FishingResultEvent;
import org.betonquest.betonquest.BetonQuest;
import org.betonquest.betonquest.Instruction;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ h2_driver_version=2.2.224
sqlite_driver_version=3.46.0.1
adventure_bundle_version=4.17.0
adventure_platform_version=4.3.3
sparrow_heart_version=0.34
sparrow_heart_version=0.35
cloud_core_version=2.0.0-rc.2
cloud_services_version=2.0.0-rc.2
cloud_brigadier_version=2.0.0-beta.9
Expand Down

0 comments on commit 02c942f

Please sign in to comment.