IIDX: Fixed lightning model settings save

This commit is contained in:
duel0213 2024-11-09 10:05:15 +09:00
parent c3b2fab90c
commit 863fa7a410
2 changed files with 2 additions and 3 deletions

View File

@ -156,4 +156,5 @@ Changelogs
- Fixed where MISS COUNT has 0 as default (including score import)
- Fixed where unable to import DP scores
- Fixed where MISS COUNT doesn't get updated when exscore is same
- Fixed where lightning model settings saved incorrectly
- WebUI is now display values of corresponding version

View File

@ -1460,9 +1460,7 @@ export const pcsave: EPR = async (info, data, send) => {
version: version,
},
{
$set: {
lm_settings,
}
$set: lm_settings,
}
);
}