Skip to content

Commit

Permalink
blacklist GuiLevelMaintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf authored Jan 14, 2025
1 parent 342d182 commit 0604512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public boolean handleDragNDrop(GuiContainer gui, int mouseX, int mouseY, ItemSta
}

if (NEEConfig.enableNEIDragDrop) {
if (gui instanceof AEBaseGui) {
if (gui instanceof AEBaseGui && !gui.getClass().getName().contains("com.glodblock.github.client.gui.GuiLevelMaintainer")) {
if (draggedStack != null) {
Slot currentSlot = gui.getSlotAtPosition(mouseX, mouseY);
if (currentSlot instanceof SlotFake) {
Expand Down

0 comments on commit 0604512

Please sign in to comment.