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