소스 검색

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



불러오는 중...
취소
저장