Ver código fonte

test: remove this

tags/v0.12.0.13
Shaun 1 ano atrás
pai
commit
1a617d0f26
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/server/world/instancer.js

+ 1
- 0
src/server/world/instancer.js Ver arquivo

@@ -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 to remove');
//We should probably never reach this
return;
}


Carregando…
Cancelar
Salvar