Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thodor12 committed Dec 24, 2024
1 parent e37842a commit 16a5716
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ private void transferItemForPickup(final ItemStack stack)
// The worker gets a little bit of exp for every itemstack he grabs.
worker.getCitizenExperienceHandler().addExperience(0.01D);
CitizenItemUtils.setHeldItem(worker, InteractionHand.MAIN_HAND, SLOT_HAND);
return false;
}

/**
Expand Down

0 comments on commit 16a5716

Please sign in to comment.