Parcourir la source

test: undo this

tags/v0.12.0.16
Shaun il y a 1 an
Parent
révision
af4a223f14
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/server/world/atlas.js

+ 2
- 2
src/server/world/atlas.js Voir le fichier

@@ -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,


Chargement…
Annuler
Enregistrer