koishi-plugin-smmcat-gensokyo 0.0.30 → 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.
- package/lib/index.js +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -2375,7 +2375,7 @@ var GensokyoMap = {
|
|
|
2375
2375
|
},
|
|
2376
2376
|
"爱之湖": {
|
|
2377
2377
|
floor: 1,
|
|
2378
|
-
areaName: "
|
|
2378
|
+
areaName: "爱之湖",
|
|
2379
2379
|
type: "安全区" /* 安全区 */,
|
|
2380
2380
|
needLv: 1,
|
|
2381
2381
|
right: "传送门"
|
|
@@ -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[
|
|
2627
|
+
if (BattleData.teamTemp[_userId].for == userId && userId !== _userId) {
|
|
2628
2628
|
myTeamList.push(_userId);
|
|
2629
2629
|
}
|
|
2630
2630
|
});
|