소스 검색

bug #1990

tags/v0.12.0.11^2
Shaun 1 년 전
부모
커밋
edca72fb36
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      src/server/world/atlas.js

+ 4
- 1
src/server/world/atlas.js 파일 보기

@@ -87,8 +87,11 @@ module.exports = {
objects.removeObject(obj);

const thread = getThreadFromId(obj.zoneId);
if (!thread)
if (!thread) {
callback();

return;
}

if (thread.instanced && (await gePlayerCountInThread(thread)) === 1) {
this.removeObjectFromInstancedZone(thread, playerId, callback);


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