Kaynağa Gözat

bug #1990

tags/v0.12.0.11^2
Shaun 1 yıl önce
ebeveyn
işleme
edca72fb36
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      src/server/world/atlas.js

+ 4
- 1
src/server/world/atlas.js Dosyayı Görüntüle

@@ -87,8 +87,11 @@ module.exports = {
objects.removeObject(obj);

const thread = getThreadFromId(obj.zoneId);
if (!thread)
if (!thread) {
callback();

return;
}

if (thread.instanced && (await gePlayerCountInThread(thread)) === 1) {
this.removeObjectFromInstancedZone(thread, playerId, callback);


Yükleniyor…
İptal
Kaydet