1
0
forked from Clones/Controlify

fix controller hid service always disabling

This commit is contained in:
isXander
2023-02-11 16:27:43 +00:00
parent 7b2624c12e
commit 234f382cc3

View File

@ -41,7 +41,6 @@ public class ControllerHIDService implements HidServicesListener {
Controlify.LOGGER.error("Failed to start controller HID service!", e);
disabled = true;
}
disabled = true;
}
public void awaitNextController(Consumer<HidDevice> consumer) {