ソースを参照

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;
}


読み込み中…
キャンセル
保存