Pārlūkot izejas kodu

bug: Fixed players getting stuck inside he player list when relogging during a zone regen

tags/v0.12.0.12^2
Shaun pirms 1 gada
vecāks
revīzija
5b3766a112
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. +10
    -0
      src/server/world/instancer.js

+ 10
- 0
src/server/world/instancer.js Parādīt failu

@@ -319,6 +319,16 @@ module.exports = {
if (this.regenBusy) {
this.unqueueMessage(msg);

if (msg.callbackId) {
process.send({
module: 'atlas',
method: 'resolveCallback',
msg: {
id: msg.callbackId
}
});
}

return;
}



Notiek ielāde…
Atcelt
Saglabāt