forked from Clones/Controlify
fix controller hid service always disabling
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user