This commit is contained in:
Tyler Renelle 2013-10-24 12:12:13 -07:00
parent 0f621fe00b
commit 04048e9768

View file

@ -7797,6 +7797,10 @@ if(typeof module != 'undefined' && module.exports){
}
user.lastCron = now;
paths['lastCron'] = true;
if (user.items.lastDrop.count > 0) {
user.items.lastDrop.count = 0;
paths['items.lastDrop'] = true;
}
if (user.flags.rest === true) {
return;
}