mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-05 00:09:57 +01:00
Forgot to remove debug before commiting
This commit is contained in:
parent
19b89b0942
commit
3c3175b242
|
|
@ -161,10 +161,7 @@ class DefaultControllerEnvironment extends ControllerEnvironment {
|
|||
private void scanControllers() {
|
||||
String pluginPathName = System.getProperty("jinput.controllerPluginPath");
|
||||
if(pluginPathName == null) {
|
||||
System.out.println("Using default controller plugin path");
|
||||
pluginPathName = "controller";
|
||||
} else {
|
||||
System.out.println("Using specified controller plugin path (" + pluginPathName + ")");
|
||||
}
|
||||
|
||||
scanControllersAt(System.getProperty("java.home") +
|
||||
|
|
|
|||
Loading…
Reference in a new issue