Browse Source

Merge remote-tracking branch 'origin/master' into release

tags/v0.10.6.8
Shaun 2 years ago
parent
commit
63e6fde595
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/world/syncer.js

+ 1
- 1
src/server/world/syncer.js View File

@@ -172,7 +172,7 @@ module.exports = {
for (let p in buffer) {
const list = buffer[p];

list.forEach(l => l.to.splice(f => f === targetServerId));
list.forEach(l => l.to.spliceWhere(f => f === targetServerId));
list.spliceWhere(l => !l.to.length);

if (!list.length)


Loading…
Cancel
Save