13.1.1 fix work
This commit is contained in:
4 files changed
+634
-3
No files matched your search
+1
-1
@@ -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();
|
||||
|
||||
Reference in new issue
Block a user