Explorar el Código

test: remove this

tags/v0.12.0.13
Shaun hace 1 año
padre
commit
1a617d0f26
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/server/world/instancer.js

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

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


Cargando…
Cancelar
Guardar