From a7dc4441a7e0a1916086bef42f77b2478e1bee8d Mon Sep 17 00:00:00 2001 From: Aaro Varis Date: Mon, 10 Mar 2025 03:51:36 +0200 Subject: [PATCH] a --- BoneSync/Patching/ZonePatches.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoneSync/Patching/ZonePatches.cs b/BoneSync/Patching/ZonePatches.cs index 9109ccd..d5ca147 100644 --- a/BoneSync/Patching/ZonePatches.cs +++ b/BoneSync/Patching/ZonePatches.cs @@ -23,7 +23,7 @@ namespace BoneSync.Patching { if (!BoneSync.IsConnected) return true; // do not block if not connected - MelonLogger.Msg("ZoneSpawner.Spawn: " + __instance.transform.GetPath()); + //MelonLogger.Msg("ZoneSpawner.Spawn: " + __instance.transform.GetPath()); if (BoneSync.lobby.IsHost) {