From 99456cc383aa36435662372261d278a3d438cfd4 Mon Sep 17 00:00:00 2001 From: a4plane Date: Mon, 2 Jun 2025 13:46:56 +0900 Subject: [PATCH] =?UTF-8?q?=E3=85=93=E3=85=91=E3=85=90=ED=97=88=E3=85=91?= =?UTF-8?q?=EC=BB=A4=EB=83=90=E3=85=90=ED=98=B8=E3=85=93=EC=86=8D=EC=95=A0?= =?UTF-8?q?=ED=97=88=EB=82=B4=E3=85=93=E3=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- psycastDontNeedPsyfocus/HarmonyPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psycastDontNeedPsyfocus/HarmonyPatch.cs b/psycastDontNeedPsyfocus/HarmonyPatch.cs index 918bd8e..ec23024 100644 --- a/psycastDontNeedPsyfocus/HarmonyPatch.cs +++ b/psycastDontNeedPsyfocus/HarmonyPatch.cs @@ -40,7 +40,7 @@ namespace psycastDontNeedPsyfocus public static void Postfix_VPE(ref float __result) { - Log.Message("qweqwwqe"); + //Log.Message("qweqwwqe"); __result = 0; }