Browse Source

another fix for the tracker

tags/v0.3.2.14
Big Bad Waffle 4 years ago
parent
commit
b47239e1a2
2 changed files with 2 additions and 2 deletions
  1. +2
    -0
      src/server/components/auth.js
  2. +0
    -2
      src/server/world/instancer.js

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

@@ -449,6 +449,8 @@ module.exports = {
serialize: true
});

this.initTracker();

this.play({
data: {
name: name


+ 0
- 2
src/server/world/instancer.js View File

@@ -112,8 +112,6 @@ module.exports = {
else {
let o = objects.transferObject(obj);
questBuilder.obtain(o);

o.auth.initTracker();
}
},



Loading…
Cancel
Save