Explorar el Código

test: undo this

tags/v0.12.0.16
Shaun hace 1 año
padre
commit
af4a223f14
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/server/world/atlas.js

+ 2
- 2
src/server/world/atlas.js Ver fichero

@@ -104,8 +104,8 @@ module.exports = {
callbackId = this.registerCallback(callback);

const simple = obj.getSimple(true);
if (!simple.name)
console.log(`Object has no name. Username: ${obj.auth?.username}`);
if (!simple.name)
console.log(`Object has no name: ${JSON.stringify(simple, null, '\t')}`);

sendMessageToThread({
threadId: obj.zoneId,


Cargando…
Cancelar
Guardar