mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-26 06:05:25 +01:00
make listing price and listing time final
Took 21 minutes
This commit is contained in:
parent
40275a4b1f
commit
46a8856245
@ -44,8 +44,8 @@ public final class GUISellBin extends AbstractPlaceholderGui {
|
||||
|
||||
private final AuctionPlayer auctionPlayer;
|
||||
|
||||
private double listingPrice;
|
||||
private long listingTime;
|
||||
private final double listingPrice;
|
||||
private final long listingTime;
|
||||
private boolean allowPartialBuy;
|
||||
|
||||
public GUISellBin(@NonNull final AuctionPlayer auctionPlayer, final double listingPrice, final long listingTime, boolean allowPartialBuy) {
|
||||
|
Loading…
Reference in New Issue
Block a user