small fix
This commit is contained in:
parent
36579a0784
commit
d637a3b411
|
@ -107,7 +107,7 @@ contains
|
||||||
|
|
||||||
call json%add(user, 'username', local_username)
|
call json%add(user, 'username', local_username)
|
||||||
call json%add(user, 'x_pos', this%position%x)
|
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(user, 'command', request_type)
|
||||||
|
|
||||||
call json%add(root, user)
|
call json%add(root, user)
|
||||||
|
|
Loading…
Reference in New Issue