fix this as well

This commit is contained in:
2025-09-11 19:57:49 -04:00
parent 8b3665e873
commit 628977263e

View File

@@ -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<RecNet.Notifications.NotificationHandler>(OnTextChange);
RecNet.Notifications.RegisterHandler("MarqueeTexts", d);
@@ -40,6 +38,6 @@ namespace undead_universal_patch_il2cpp.Patches.Internals.NotificationTargets
}
Core.Util.ConditionalDebug("Replaced marquee texts");
}
}*/
}
}