13.1.1 fix work

This commit is contained in:
SowinskiBraeden committed 2022-10-24 20:56:32 -07:00
1 parent 2a3eb5be54
commit b90052542c
4 files changed
+634 -3

No files matched your search

+1 -1
View File
@@ -44,7 +44,7 @@ module.exports = {
if (!inventory) {
// if the inventory previously didn't exists, this is the only information we require
inventory = {guilds: {[guillDB.serverID]: {lastWork: new Date('2000-01-01T00:00:00')}}} // Early date ensures they can work
inventory = {guilds: {[GuildDB.serverID]: {lastWork: new Date('2000-01-01T00:00:00')}}} // Early date ensures they can work
// Register inventory for user
let newInventory = new Inventory();