瀏覽代碼

undo this: test code

tags/v0.12.0.18
Shaun 11 月之前
父節點
當前提交
b7cd6a0148
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/server/world/instancer.js

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

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


Loading…
取消
儲存