forked from Clones/Controlify
🐛 Fix 'GUI Abstract Action 2' not saving properly
This commit is contained in:
@ -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());
|
||||||
|
Reference in New Issue
Block a user