Merge pull request #14 from GoalieGuy6/patch-1

Made transcation records able to last forever
This commit is contained in:
Acrobot 2012-02-22 06:12:02 -08:00
commit 7c93fba155

View File

@ -19,6 +19,7 @@ public class Queue implements Runnable {
} }
public void run() { public void run() {
if (Config.getInteger(Property.RECORD_TIME_TO_LIVE) != -1)
deleteOld(); deleteOld();
ChestShop.getDB().save(queue); ChestShop.getDB().save(queue);