mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
Fantasia : fix rival scores
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user