From 962bcaf199db617665d886e40b47ace0c74728ce Mon Sep 17 00:00:00 2001 From: anavoi Date: Sun, 13 Jul 2025 23:33:10 +0200 Subject: [PATCH] perf: removed useless info logging --- Patches/MultiplayerPatches.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Patches/MultiplayerPatches.cs b/Patches/MultiplayerPatches.cs index c8b7f35..76c486e 100644 --- a/Patches/MultiplayerPatches.cs +++ b/Patches/MultiplayerPatches.cs @@ -49,8 +49,7 @@ class HandleScorePatch Plugin.Log.LogDebug("Done processing all scores!"); } - - Plugin.Log.LogInfo("Not letting HandleScore run..."); + return false; } }