diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index fc26cd02d5..db5c43c64a 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -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; }