Browse Source

Added back and removed console.log

tags/v0.1.2
Rylee George 7 years ago
parent
commit
0b7029dbf8
2 changed files with 8 additions and 2 deletions
  1. +8
    -0
      src/server/components/dialogue.js
  2. +0
    -2
      src/server/config/spells/spellWarnBlast.js

+ 8
- 0
src/server/components/dialogue.js View File

@@ -79,6 +79,14 @@ define([
this.sourceStates[sourceObj.id] = state;

if (!this.states) {
console.log('NO DIALOGUE STATES?!?!??!');
console.log('NO DIALOGUE STATES?!?!??!');
console.log('NO DIALOGUE STATES?!?!??!');
console.log('NO DIALOGUE STATES?!?!??!');
console.log('NO DIALOGUE STATES?!?!??!');
console.log('NO DIALOGUE STATES?!?!??!');
console.log('NO DIALOGUE STATES?!?!??!');
console.log(this.obj);
return null;
}
var stateConfig = this.states[state];


+ 0
- 2
src/server/config/spells/spellWarnBlast.js View File

@@ -82,8 +82,6 @@ define([
}]
};

console.log(this.particles);

syncer.queue('onGetObject', effect);

this.queueCallback(this.onWarningOver.bind(this, x, y), this.delay * 350);


Loading…
Cancel
Save