fix nasty analysis network recovery bug

This commit is contained in:
Thibault Duplessis 2016-01-21 11:40:22 +07:00
parent 70f642b3b0
commit 7d62d4c68f
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ net {
ip = "5.196.91.160"
asset {
domain = ${net.domain}
version = 812
version = 813
}
}
play {

View file

@ -57,7 +57,7 @@ module.exports = function(send, ctrl) {
clearTimeout(anaMoveTimeout);
withoutStandardVariant(req);
this.send('anaDrop', req);
anaMoveTimeout = setTimeout(this.sendAnaMove.bind(this, req), 3000);
anaMoveTimeout = setTimeout(this.sendAnaDrop.bind(this, req), 3000);
}.bind(this);
this.sendAnaDests = function(req) {