mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-22 05:25:11 +01:00
fixed duplication bug with claim all, then clicking empty slot where item used to be
Took 1 minute
This commit is contained in:
parent
837ce69f59
commit
396aa98ff0
@ -79,7 +79,7 @@ public class GUIExpiredItems extends Gui {
|
||||
AuctionHouse.getInstance().getAuctionItemManager().sendToGarbage(auctionItem);
|
||||
}
|
||||
|
||||
draw();
|
||||
e.manager.showGUI(e.player, new GUIExpiredItems(this.auctionPlayer, this.lastClicked));
|
||||
});
|
||||
|
||||
int slot = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user