Skip to content

Commit

Permalink
残念ながらShiftの判定が死んでるので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Nov 16, 2024
1 parent f1f98ce commit d7bb270
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/main/java/dev/felnull/bettergui/listener/GUIClickListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@ public void onClick(InventoryClickEvent e){
page.onOutsideWindowLeftClick(e);
}
break;
case SHIFT_RIGHT:
if(e.getSlot() == -999){
page.onOutsideWindowShiftClick(e);
page.onOutsideWindowRightShiftClick(e);
}
break;
case SHIFT_LEFT:
if(e.getSlot() == -999){
page.onOutsideWindowShiftClick(e);
page.onOutsideWindowLeftShiftClick(e);
}
break;
}

e.setCancelled(true);
Expand Down

0 comments on commit d7bb270

Please sign in to comment.