mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
IIDX: misc
This commit is contained in:
parent
bc4b54dfd8
commit
1b277d768c
|
|
@ -541,7 +541,8 @@ export const musicreg: EPR = async (info, data, send) => {
|
|||
if (version >= 27) ghost_gauge = music_data[clid + 10];
|
||||
}
|
||||
|
||||
if (mnum != -1) mArray[clid] = mArray[clid] == -1 ? mnum : Math.min(mArray[clid], mnum);
|
||||
if (mnum == -1) mArray[clid] = Math.max(mArray[clid], mnum); // this seems asking for not updating miss count //
|
||||
else mArray[clid] = mArray[clid] == -1 ? mnum : Math.min(mArray[clid], mnum);
|
||||
cArray[clid] = Math.max(cArray[clid], cflg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user