From 79bb3a329ddb3796ed3d8e36f56896b4eb24f9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E6=B2=A2=E5=93=8D=E4=B9=9F?= <72963826+Hibiya615@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=8F=E7=8E=A9=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PVP/PVPToy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVP/PVPToy.cs b/PVP/PVPToy.cs index 880dbbb..86fa592 100644 --- a/PVP/PVPToy.cs +++ b/PVP/PVPToy.cs @@ -458,7 +458,7 @@ public class PVPToy [ScriptMethod(name: "小队中庸之道查找连线半秒", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:29266"],suppress:3000)] public void MesotesPartyConnected(Event @event, ScriptAccessory accessory) { - // if (isPartyMember(accessory, @event.SourceId())) + if (isPartyMember(accessory, @event.SourceId())) { var dp = accessory.Data.GetDefaultDrawProperties(); dp.Name = $"小队中庸之道连线{@event.SourceId()}";