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; }