mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
IIDX: Fixed miss count issue
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user