mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
IIDX: Fixed miss count issue
This commit is contained in:
parent
993595ff99
commit
3a73379fb9
|
|
@ -155,4 +155,5 @@ Changelogs
|
|||
- Fixed where Disable Music Preview, Disable HCN Color, VEFX Lock settings doesn't reflect
|
||||
- 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
|
||||
- WebUI is now display values of corresponding version
|
||||
|
|
|
|||
|
|
@ -538,6 +538,8 @@ export const musicreg: EPR = async (info, data, send) => {
|
|||
opt2Array[clid] = option_2;
|
||||
update = 1;
|
||||
} else {
|
||||
if (exscore == pExscore && mnum < mArray[clid]) mArray[clid] = mnum;
|
||||
|
||||
ghost = music_data[clid];
|
||||
if (version >= 27) ghost_gauge = music_data[clid + 10];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user