Skip to content

Commit

Permalink
Fix dropping items in 1.19.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Jul 12, 2022
1 parent 16bb79e commit 109e1c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,8 @@ public void sendAdventureSettings() {
// Default stuff we have to fill in
abilities.add(Ability.BUILD);
abilities.add(Ability.MINE);
// Needed so you can drop items
abilities.add(Ability.DOORS_AND_SWITCHES);
if (gameMode == GameMode.CREATIVE) {
// Needed so the client doesn't attempt to take away items
abilities.add(Ability.INSTABUILD);
Expand Down

0 comments on commit 109e1c0

Please sign in to comment.