forked from Clones/Controlify
🐛 Fix vanilla overrides not working with mixed input mode
This commit is contained in:
@ -519,7 +519,7 @@ public class ControllerBindings<T extends ControllerState> {
|
|||||||
private void imitateVanillaClick() {
|
private void imitateVanillaClick() {
|
||||||
ControllerBindingImpl.clearPressedBinds(controller);
|
ControllerBindingImpl.clearPressedBinds(controller);
|
||||||
|
|
||||||
if (Controlify.instance().currentInputMode() != InputMode.CONTROLLER)
|
if (!Controlify.instance().currentInputMode().isController())
|
||||||
return;
|
return;
|
||||||
if (Minecraft.getInstance().screen != null)
|
if (Minecraft.getInstance().screen != null)
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user