fix this as well
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user