瀏覽代碼

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;
}



Loading…
取消
儲存