gemercheung 3 年之前
父節點
當前提交
4753cecfeb
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/scene/scene.service.ts

+ 1 - 0
src/scene/scene.service.ts

@@ -299,6 +299,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
   async walking(req) {
     try {
       this.clickQueue.next(req);
+      console.log('walking', this.clickQueueSub, JSON.stringify(req));
       if (!this.clickQueueSub) {
         this.clickQueueSub = this.clickQueue.subscribe(async (request) => {
           const user = this.moveService.users[this.user_id];