We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f98ce commit d7bb270Copy full SHA for d7bb270
src/main/java/dev/felnull/bettergui/listener/GUIClickListener.java
@@ -79,18 +79,6 @@ public void onClick(InventoryClickEvent e){
79
page.onOutsideWindowLeftClick(e);
80
}
81
break;
82
- case SHIFT_RIGHT:
83
- if(e.getSlot() == -999){
84
- page.onOutsideWindowShiftClick(e);
85
- page.onOutsideWindowRightShiftClick(e);
86
- }
87
- break;
88
- case SHIFT_LEFT:
89
90
91
- page.onOutsideWindowLeftShiftClick(e);
92
93
94
95
96
e.setCancelled(true);
0 commit comments