浏览代码

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;


正在加载...
取消
保存