Fixed Keybind Settings being reset upon restarting the mod

This commit is contained in:
CrushedPixel
2015-05-03 09:07:37 +02:00
parent 59d310cb05
commit 991054fdf1

View File

@@ -29,5 +29,7 @@ public class KeybindRegistry {
bindings.add(new KeyBinding(KEY_KEYFRAME_PRESETS, Keyboard.KEY_X, "replaymod.title"));
mc.gameSettings.keyBindings = bindings.toArray(new KeyBinding[bindings.size()]);
mc.gameSettings.loadOptions();
}
}