From 4da01efcc5b6c4b5c4b74cf59a1ef032dee25f84 Mon Sep 17 00:00:00 2001 From: 3cxc <81449257+3cxc@users.noreply.github.com> Date: Fri, 13 Feb 2026 00:59:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=9E=E5=90=88=E7=BB=93=E6=9D=9F?= =?UTF-8?q?=E5=8F=8B=E4=BC=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Events/CustomEventHandler.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Events/CustomEventHandler.cs b/Events/CustomEventHandler.cs index 4a30457..b2e77af 100644 --- a/Events/CustomEventHandler.cs +++ b/Events/CustomEventHandler.cs @@ -41,6 +41,8 @@ namespace EasyTools.Events Badge.rainbw.Clear(); Badge_Coroutine = Timing.RunCoroutine(Badge.Rainbw()); } + + Server.FriendlyFire = false; } public override void OnServerRoundStarted()