Fix the keybinding array to the right one
This commit is contained in:
parent
f7d932d418
commit
abf452f889
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@ public class ClientRegistry
|
|||
|
||||
public static void registerKeyBinding(KeyBinding key)
|
||||
{
|
||||
Minecraft.func_71410_x().field_71474_y.field_151456_ac = ArrayUtils.add(Minecraft.func_71410_x().field_71474_y.field_151456_ac, key);
|
||||
Minecraft.func_71410_x().field_71474_y.field_74324_K = ArrayUtils.add(Minecraft.func_71410_x().field_71474_y.field_74324_K, key);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue