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"); - } + }*/ } }