1
0
forked from Clones/Controlify

minor cleanup

This commit is contained in:
isXander
2023-05-06 19:30:12 +01:00
parent a963480614
commit fae0123ded
5 changed files with 14 additions and 12 deletions

View File

@ -137,7 +137,7 @@ public class FakeController implements JoystickController<JoystickConfig> {
}
@Override
public boolean canRumble() {
public boolean supportsRumble() {
return false;
}