1
0
forked from Clones/Controlify

Missed a change!

This commit is contained in:
Xander
2023-10-25 17:19:34 +01:00
parent 8ad8b3d4f5
commit fdda9b8898

View File

@ -218,7 +218,7 @@ public class InGameButtonGuide implements IngameGuideRegistry {
return Optional.of(Component.translatable("controlify.guide.ingame.use"));
return Optional.empty();
});
registerGuideAction(controller.bindings().DROP, ActionLocation.RIGHT, (ctx) -> {
registerGuideAction(controller.bindings().DROP_INGAME, ActionLocation.RIGHT, (ctx) -> {
var holdingItem = ctx.player().getInventory().getSelected();
if (!holdingItem.isEmpty())
return Optional.of(Component.translatable("controlify.guide.ingame.drop"));