Explorar el Código

undo this: test code

tags/v0.12.0.19
Shaun hace 11 meses
padre
commit
00189195cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/server/world/instancer.js

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

@@ -339,7 +339,7 @@ module.exports = {
let obj = msg.obj;
obj = objects.find(o => o.serverId === obj.id);
if (!obj) {
console.log('No object found', msg);
console.log(`No object found in ${this.zoneId}`, msg);
//We should probably never reach this
return;
}


Cargando…
Cancelar
Guardar