From 628977263ed8dece86d507cf53c8e232e9302d06 Mon Sep 17 00:00:00 2001 From: zombieb Date: Thu, 11 Sep 2025 19:57:49 -0400 Subject: [PATCH] fix this as well --- Patches/Internals/NotificationTargets/MarqueeTexts.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Patches/Internals/NotificationTargets/MarqueeTexts.cs b/Patches/Internals/NotificationTargets/MarqueeTexts.cs index 681630c..73ccb0c 100644 --- a/Patches/Internals/NotificationTargets/MarqueeTexts.cs +++ b/Patches/Internals/NotificationTargets/MarqueeTexts.cs @@ -1,9 +1,7 @@ using Il2CppInterop.Runtime; -using RecNet; using System.Collections.Generic; using System.Linq; using undead_universal_patch_il2cpp.Core.Config; -using undead_universal_patch_il2cpp.Core.Content.CustomRecNet; using UnityEngine; namespace undead_universal_patch_il2cpp.Patches.Internals.NotificationTargets @@ -19,7 +17,7 @@ namespace undead_universal_patch_il2cpp.Patches.Internals.NotificationTargets } } - void OnSocketOpen() + /*void OnSocketOpen() { var d = DelegateSupport.ConvertDelegate(OnTextChange); RecNet.Notifications.RegisterHandler("MarqueeTexts", d); @@ -40,6 +38,6 @@ namespace undead_universal_patch_il2cpp.Patches.Internals.NotificationTargets } Core.Util.ConditionalDebug("Replaced marquee texts"); - } + }*/ } }