0.2.0 work in progress
This commit is contained in:
parent
08031c32ba
commit
c68631010d
24 changed files with 89 additions and 14 deletions
|
@ -25,7 +25,7 @@ public abstract class KeyboardMixin
|
|||
if (key == GLFW.GLFW_KEY_RIGHT_ALT) MinecraftClient.getInstance().setScreen(ClickGUIScreen.INSTANCE);
|
||||
for (Module m : ModuleManager.INSTANCE.modules)
|
||||
{
|
||||
if (key == m.keybind.value && action == GLFW.GLFW_PRESS)
|
||||
if (key == m.keybind.value && action == GLFW.GLFW_PRESS && MinecraftClient.getInstance().currentScreen == null)
|
||||
{
|
||||
m.toggle();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue