Skip to content

Commit

Permalink
plugins/remote-actions-extra/RemoteActionsExtra: Fix reading actions …
Browse files Browse the repository at this point in the history
…(duplicated keys).
  • Loading branch information
paulosousadias committed Sep 3, 2024
1 parent 2890696 commit 1cbd7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public void on(RemoteActionsRequest msg) {

if (msg.getOp() != RemoteActionsRequest.OP.REPORT) return;

configureActions(msg.getActions(), DEFAULT_AXIS_DECIMAL_VAL, false);
configureActions(msg.getAsString("actions"), DEFAULT_AXIS_DECIMAL_VAL, false);
}

@Subscribe
Expand Down

0 comments on commit 1cbd7ab

Please sign in to comment.