mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-24 12:15:38 +01:00
fix an npe when clicking return all
This commit is contained in:
parent
8e25e427ae
commit
565f0295c9
@ -202,7 +202,7 @@ public class ExpiredMenu extends Holder {
|
||||
player_inventory.addItem(auction_item);
|
||||
}
|
||||
|
||||
this.userManager.removeExpiredItems(this.player);
|
||||
this.userManager.removeExpiredItems(player);
|
||||
|
||||
Files.data.save();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user