gemercheung 3 years ago
parent
commit
4753cecfeb
1 changed files with 1 additions and 0 deletions
  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) {
   async walking(req) {
     try {
     try {
       this.clickQueue.next(req);
       this.clickQueue.next(req);
+      console.log('walking', this.clickQueueSub, JSON.stringify(req));
       if (!this.clickQueueSub) {
       if (!this.clickQueueSub) {
         this.clickQueueSub = this.clickQueue.subscribe(async (request) => {
         this.clickQueueSub = this.clickQueue.subscribe(async (request) => {
           const user = this.moveService.users[this.user_id];
           const user = this.moveService.users[this.user_id];