mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-17 06:46:10 -05:00
IIDX: Fixed lightning model settings save
This commit is contained in:
parent
c3b2fab90c
commit
863fa7a410
|
|
@ -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,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user