mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-25 05:55:13 +01:00
🔨 add current gui to expired items constructor
Took 6 minutes Took 41 seconds
This commit is contained in:
parent
c7c353658e
commit
843aee1837
@ -542,7 +542,7 @@ public class GUIAuctionHouse extends AbstractPlaceholderGui {
|
|||||||
put("%expired_player_auctions%", auctionPlayer.getItems(true).size());
|
put("%expired_player_auctions%", auctionPlayer.getItems(true).size());
|
||||||
}}), e -> {
|
}}), e -> {
|
||||||
cleanup();
|
cleanup();
|
||||||
e.manager.showGUI(e.player, new GUIExpiredItems(this.auctionPlayer));
|
e.manager.showGUI(e.player, new GUIExpiredItems(this, this.auctionPlayer));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user