Skip to content

Commit

Permalink
Add setting name to the MSP2_COMMON_SETTING_INFO message (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
shellixyz authored Oct 17, 2019
1 parent 3b9e12a commit a17b8ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/msp/MSPHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -3062,6 +3062,12 @@ var mspHelper = (function (gui) {
6: "string",
};
var setting = {};

// Discard setting name
if (semver.gte(CONFIG.apiVersion, "2.4.0")) {
result.data.readString();
}

// Discard PG ID
result.data.readU16();

Expand Down

0 comments on commit a17b8ee

Please sign in to comment.