Update RawInputHandler.java

This commit is contained in:
kirillsaint 2024-05-10 00:38:39 +06:00
parent 72b969357c
commit 829d192992
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ public class RawInputHandler {
if (Thread.currentThread().isInterrupted()) {
break;
}
reload();
rescan();
if (mouse != null && Minecraft.getMinecraft().currentScreen == null) {
mouse.poll();