mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
oops
This commit is contained in:
parent
14aa652572
commit
6cccf1f412
1 changed files with 2 additions and 2 deletions
|
@ -98,10 +98,10 @@ export default function (client: ScramjetClient, self: Self) {
|
||||||
);
|
);
|
||||||
if (i === -1) return;
|
if (i === -1) return;
|
||||||
|
|
||||||
arr.splice(i, 1);
|
const r = arr.splice(i, 1);
|
||||||
client.eventcallbacks.set(ctx.this, arr);
|
client.eventcallbacks.set(ctx.this, arr);
|
||||||
|
|
||||||
ctx.args[1] = arr[i].proxiedCallback;
|
ctx.args[1] = r[0].proxiedCallback;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue