fix tab list default keybinding

This commit is contained in:
Bixilon 2021-09-17 21:20:51 +02:00
parent 119d1f37da
commit ff5755d35f
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -66,7 +66,7 @@ class TabListHUDElement(hudRenderer: HUDRenderer) : HUDElement<TabListElement>(h
override val ENABLE_KEY_BINDING_NAME: ResourceLocation = "minosoft:enable_tab_list".toResourceLocation()
override val ENABLE_KEY_BINDING: KeyBinding = KeyBinding(
mutableMapOf(
KeyAction.STICKY to mutableSetOf(KeyCodes.KEY_TAB),
KeyAction.CHANGE to mutableSetOf(KeyCodes.KEY_TAB),
),
)