Ver a proveniência

bug: fixed a crash

(cherry picked from commit 4fc6ccb1c9)
tags/v0.13.0.3
Shaun há 7 meses
committed by Big Bad Waffle
ascendente
cometimento
13c8a6ef13
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/server/world/atlas.js

+ 1
- 1
src/server/world/atlas.js Ver ficheiro

@@ -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;


Carregando…
Cancelar
Guardar