Browse Source

undo this: test code

tags/v0.12.0.18
Shaun 11 months ago
parent
commit
b7cd6a0148
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/server/world/instancer.js

+ 1
- 0
src/server/world/instancer.js View File

@@ -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…
Cancel
Save