mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Use a proper category name for your key binding
This commit is contained in:
parent
329e02ec56
commit
c10eba6a6f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class MineLPClient extends MineLittlePony {
|
||||||
protected void init(PonyConfig newConfig) {
|
protected void init(PonyConfig newConfig) {
|
||||||
config = newConfig;
|
config = newConfig;
|
||||||
ponyManager = new PonyManager(config);
|
ponyManager = new PonyManager(config);
|
||||||
keyBinding = utilities.registerKeybind("Settings", GLFW.GLFW_KEY_F9, "key.minelittlepony.settings");
|
keyBinding = utilities.registerKeybind("key.categories.misc", GLFW.GLFW_KEY_F9, "key.minelittlepony.settings");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue