Skip to content

Commit

Permalink
Fix Ghost Circuit Scrolling Twice (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude authored Jan 9, 2025
1 parent 2a696cf commit d0184c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public boolean onMouseScroll(ModularScreen.UpOrDown scrollDirection, int amount)
if (isSelectorPanelOpen()) return true;
MouseData mouseData = MouseData.create(scrollDirection.modifier);
getSyncHandler().syncToServer(3, mouseData::writeToPacket);
return false;
return true;
}

@Override
Expand Down

0 comments on commit d0184c8

Please sign in to comment.