Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 16:12:46 +01:00
Fix dropping items in 1.19.10
Dieser Commit ist enthalten in:
Ursprung
16bb79e7aa
Commit
109e1c0a97
@ -1669,6 +1669,8 @@ public class GeyserSession implements GeyserConnection, CommandSender {
|
||||
// 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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren