Fix the keybinding array to the right one

This commit is contained in:
Christian 2014-01-09 08:40:42 -05:00
parent f7d932d418
commit abf452f889
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}