small fix

This commit is contained in:
zongor 2023-10-13 22:59:36 -04:00
parent 36579a0784
commit d637a3b411
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ contains
call json%add(user, 'username', local_username)
call json%add(user, 'x_pos', this%position%x)
call json%add(user, 'y_pos', this%position%z)
call json%add(user, 'y_pos', this%position%y)
call json%add(user, 'command', request_type)
call json%add(root, user)