mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-26 10:16:30 -05:00
IIDX: Fixed where mydata not being sent on certain versions
This commit is contained in:
parent
d8d2e59818
commit
a2e387d636
|
|
@ -47,6 +47,7 @@ Known Issues
|
|||
---
|
||||
|
||||
Changelogs
|
||||
|
||||
**v0.1.0**
|
||||
- Added Initial support for Lincle
|
||||
|
||||
|
|
|
|||
|
|
@ -405,6 +405,7 @@ export const musicappoint: EPR = async (info, data, send) => {
|
|||
...other_data,
|
||||
gauge_data: K.ITEM("bin", Base64toNumArray(other_musicdata[clid + 10]))
|
||||
};
|
||||
}
|
||||
|
||||
if (_.isNil(sdata) && !_.isNil(mydata)) {
|
||||
result = {
|
||||
|
|
@ -423,7 +424,6 @@ export const musicappoint: EPR = async (info, data, send) => {
|
|||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (_.isNil(sdata) && !_.isNil(mydata)) result = { mydata };
|
||||
if (_.isNil(mydata) && !_.isNil(sdata)) result = { sdata };
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user