1
0
forked from Clones/Controlify

🐛 Fix 'GUI Abstract Action 2' not saving properly

This commit is contained in:
isXander
2023-05-05 19:18:55 +01:00
parent 3e277a3294
commit 11fa56bdb1

View File

@ -220,7 +220,7 @@ public class ControllerBindings<T extends ControllerState> {
.category(GUI_CATEGORY) .category(GUI_CATEGORY)
.build()); .build());
register(GUI_ABSTRACT_ACTION_2 = ControllerBindingBuilder.create(controller) register(GUI_ABSTRACT_ACTION_2 = ControllerBindingBuilder.create(controller)
.identifier("controlify", "gui_abstract_action_1") .identifier("controlify", "gui_abstract_action_2")
.defaultBind(GamepadBinds.Y_BUTTON) .defaultBind(GamepadBinds.Y_BUTTON)
.category(GUI_CATEGORY) .category(GUI_CATEGORY)
.build()); .build());