mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
IIDX: Fixed lightning model settings save
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1460,9 +1460,7 @@ export const pcsave: EPR = async (info, data, send) => {
|
||||
version: version,
|
||||
},
|
||||
{
|
||||
$set: {
|
||||
lm_settings,
|
||||
}
|
||||
$set: lm_settings,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user