Browse Source

fixes #491

tags/v0.1.10^2
Big Bad Waffle 6 years ago
parent
commit
222725005e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/server/components/auth.js

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

@@ -443,6 +443,8 @@ define([
this.obj.cell = skins.getCell(this.obj.skinId);
this.obj.sheetName = skins.getSpritesheet(this.obj.skinId);

this.verifySkin(this.obj);

var simple = this.obj.getSimple(true);
var prophecies = data.prophecies || [];
prophecies = prophecies.filter((p, i) => (prophecies.indexOf(p) == i));


Loading…
Cancel
Save