RP-Kit / RPKit

RPKit plugin suite
Apache License 2.0
21 stars 12 forks source link

Bank/economy updates can cause race conditions #653

Open alyphen opened 10 months ago

alyphen commented 10 months ago

There is no locking at the database level for bank & economy updates at the moment. A getAndUpdate function should be introduced to both bank and economy services that provides a callback for updating balance.