mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-04 23:37:49 +01:00
Update BufferedEconomy.java
This commit is contained in:
parent
82a2e69daa
commit
9e10972a2f
@ -36,8 +36,8 @@ import com.gamingmesh.jobs.tasks.BufferedPaymentTask;
|
|||||||
public class BufferedEconomy {
|
public class BufferedEconomy {
|
||||||
private Jobs plugin;
|
private Jobs plugin;
|
||||||
private Economy economy;
|
private Economy economy;
|
||||||
private LinkedBlockingQueue<BufferedPayment> payments = new LinkedBlockingQueue<BufferedPayment>();
|
private LinkedBlockingQueue<BufferedPayment> payments = new LinkedBlockingQueue<>();
|
||||||
private final Map<UUID, BufferedPayment> paymentCache = Collections.synchronizedMap(new HashMap<UUID, BufferedPayment>());
|
private final Map<UUID, BufferedPayment> paymentCache = Collections.synchronizedMap(new HashMap<>());
|
||||||
|
|
||||||
private OfflinePlayer ServerAccount = null;
|
private OfflinePlayer ServerAccount = null;
|
||||||
private OfflinePlayer ServerTaxesAccount = null;
|
private OfflinePlayer ServerTaxesAccount = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user