瀏覽代碼

test: undo this

tags/v0.12.0.16
Shaun 1 年之前
父節點
當前提交
af4a223f14
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/server/world/atlas.js

+ 2
- 2
src/server/world/atlas.js 查看文件

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


Loading…
取消
儲存