forked from Clones/Controlify
🐛 fix rumble reported as unsupported if it's off
This commit is contained in:
@ -148,7 +148,7 @@ public class CompoundJoystickController implements JoystickController<JoystickCo
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canRumble() {
|
||||
public boolean supportsRumble() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user