koishi-plugin-smmcat-gensokyo 0.0.31 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -2624,7 +2624,7 @@ var GensokyoMap = {
2624
2624
  const { userId } = session;
2625
2625
  const myTeamList = [];
2626
2626
  Object.keys(BattleData.teamTemp).forEach((_userId) => {
2627
- if (BattleData.teamTemp[userId].for == userId && userId !== _userId) {
2627
+ if (BattleData.teamTemp[_userId].for == userId && userId !== _userId) {
2628
2628
  myTeamList.push(_userId);
2629
2629
  }
2630
2630
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-smmcat-gensokyo",
3
3
  "description": "名为《幻想乡》的文字冒险游戏",
4
- "version": "0.0.31",
4
+ "version": "0.0.32",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [