浏览代码

undo this: test code

tags/v0.12.0.19
Shaun 11 个月前
父节点
当前提交
00189195cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/server/world/instancer.js

+ 1
- 1
src/server/world/instancer.js 查看文件

@@ -339,7 +339,7 @@ module.exports = {
let obj = msg.obj; let obj = msg.obj;
obj = objects.find(o => o.serverId === obj.id); obj = objects.find(o => o.serverId === obj.id);
if (!obj) { if (!obj) {
console.log('No object found', msg);
console.log(`No object found in ${this.zoneId}`, msg);
//We should probably never reach this //We should probably never reach this
return; return;
} }


正在加载...
取消
保存