ソースを参照

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;


読み込み中…
キャンセル
保存