Skip to content

Commit

Permalink
fix: state/gesture in node backend
Browse files Browse the repository at this point in the history
  • Loading branch information
7185 committed Dec 1, 2024
1 parent 6d390aa commit b5f0ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/ws/ws.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export class WsGateway {
message.data.ori.y,
message.data.ori.z
]
user.state = message.data.state
user.gesture = message.data.gesture
break
case 'avatar':
user.avatar = message.data
Expand Down

0 comments on commit b5f0ffa

Please sign in to comment.