浏览代码

bug: Fixed players getting stuck inside he player list when relogging during a zone regen

tags/v0.12.0.12^2
Shaun 1年前
父节点
当前提交
5b3766a112
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      src/server/world/instancer.js

+ 10
- 0
src/server/world/instancer.js 查看文件

@@ -319,6 +319,16 @@ module.exports = {
if (this.regenBusy) {
this.unqueueMessage(msg);

if (msg.callbackId) {
process.send({
module: 'atlas',
method: 'resolveCallback',
msg: {
id: msg.callbackId
}
});
}

return;
}



正在加载...
取消
保存