Skip to content

Commit

Permalink
command
Browse files Browse the repository at this point in the history
  • Loading branch information
ImToggle committed Feb 5, 2024
1 parent c4567ac commit e7bec4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void fps(@Description("amount") int amount) {
}

@SubCommand(description = "Rescan devices for RawInput")
public void rawinput_rescan() {
public void rescan() {
MouseHelperHook mouseHelper = ((MouseHelperHook) UMinecraft.getMinecraft().mouseHelper);
mouseHelper.getPolyfrost$rawInput().updateControllerEnvironment();
}
Expand Down

0 comments on commit e7bec4e

Please sign in to comment.