mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-05 14:35:58 +00:00
Forgot to remove debug before commiting
This commit is contained in:
parent
19b89b0942
commit
3c3175b242
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue