소스 검색

bug: fixed a crash

(cherry picked from commit 4fc6ccb1c9)
tags/v0.13.0.3
Shaun 7 달 전
committed by Big Bad Waffle
부모
커밋
13c8a6ef13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/server/world/atlas.js

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

@@ -59,7 +59,7 @@ module.exports = {
const { thread, resetObjPosition } = await getThread(eGetThread);

//Perhaps the player disconnected while waiting for the thread to spawn
if (!obj.socket.connected) {
if (!serverObj.socket.connected) {
await killThreadIfEmpty(thread);

return;


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