diff --git a/src/api_cross/hbzb/jfs/ApiGetEnemy.ts b/src/api_cross/hbzb/jfs/ApiGetEnemy.ts index 07c067d..a87f068 100644 --- a/src/api_cross/hbzb/jfs/ApiGetEnemy.ts +++ b/src/api_cross/hbzb/jfs/ApiGetEnemy.ts @@ -47,7 +47,8 @@ export default async function (call: ApiCall) { $and: [ {"data.player.power": {$gte: r[0]}}, {"data.player.power": {$lte: r[1]}}, - {uid: {$nin: blackUids}} + {uid: {$nin: blackUids}}, + {"data.player.sid":user.data.player.sid} ] } },