1
0
forked from Clones/Controlify

✏️ Remove vanilla override from show player list

This commit is contained in:
isXander
2023-05-07 12:46:21 +01:00
parent 09f23ff725
commit 63ebf2dc61
4 changed files with 26 additions and 1 deletions

View File

@ -240,7 +240,6 @@ public class ControllerBindings<T extends ControllerState> {
.identifier("controlify", "show_player_list")
.defaultBind(GamepadBinds.DPAD_RIGHT)
.category(MISC_CATEGORY)
.vanillaOverride(options.keyPlayerList, () -> false)
.build());
register(VMOUSE_MOVE_UP = ControllerBindingBuilder.create(controller)
.identifier("controlify", "vmouse_move_up")