Browse Source

test: undo this

tags/v0.12.0.14
Shaun 1 year ago
parent
commit
2a21bff362
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/world/instancer.js

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

@@ -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 to remove');
console.log('No object found to remove', obj.name);
//We should probably never reach this //We should probably never reach this
return; return;
} }


Loading…
Cancel
Save