소스 검색

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,


불러오는 중...
취소
저장