Browse Source

bug #1897

(cherry picked from commit 7de88f0854)
tags/v0.10.5.6
Shaun 2 years ago
committed by Big Bad Waffle
parent
commit
f110f08901
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/server/components/auth.js

+ 4
- 2
src/server/components/auth.js View File

@@ -303,7 +303,8 @@ module.exports = {
table: 'accountInfo',
noDefault: true
}) || {
loginStreak: 0
loginStreak: 0,
level: 0
};

const msgAccountInfo = {
@@ -392,7 +393,8 @@ module.exports = {
});

this.accountInfo = {
loginStreak: 0
loginStreak: 0,
level: 0
};

await io.setAsync({


Loading…
Cancel
Save