diff --git a/src/java/scheme/moded/ModedBinding.java b/src/java/scheme/moded/ModedBinding.java index cf014fd..6cf2f8e 100644 --- a/src/java/scheme/moded/ModedBinding.java +++ b/src/java/scheme/moded/ModedBinding.java @@ -48,7 +48,7 @@ public String category() { } public static void load() { - KeyBind[] orign = (KeyBind[]) Binding.values(); + KeyBind[] orign = (KeyBind[]) keybinds.getKeybinds(); KeyBind[] moded = (KeyBind[]) values(); KeyBind[] binds = new KeyBind[orign.length + moded.length]; @@ -61,4 +61,4 @@ public static void load() { Main.log("Mod keybinds loaded."); } -} \ No newline at end of file +}