Преглед изворни кода

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;


Loading…
Откажи
Сачувај