mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
Fantasia : fix rival scores
This commit is contained in:
parent
086e055455
commit
d94b4ea1bb
|
|
@ -211,7 +211,7 @@ export const friend = async (req: EamuseInfo, data: any, send: EamuseSend): Prom
|
|||
const profile = await utils.readProfile(rival);
|
||||
const params = await utils.readParams(rival, version);
|
||||
|
||||
const scores = await getScores(refid);
|
||||
const scores = await getScores(rival);
|
||||
|
||||
result.friend.push({
|
||||
open: K.ITEM('s8', 1),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user