forked from zombieb/undead-universal-patch-il2cpp
fix this as well
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
using Il2CppInterop.Runtime;
|
using Il2CppInterop.Runtime;
|
||||||
using RecNet;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using undead_universal_patch_il2cpp.Core.Config;
|
using undead_universal_patch_il2cpp.Core.Config;
|
||||||
using undead_universal_patch_il2cpp.Core.Content.CustomRecNet;
|
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
namespace undead_universal_patch_il2cpp.Patches.Internals.NotificationTargets
|
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);
|
var d = DelegateSupport.ConvertDelegate<RecNet.Notifications.NotificationHandler>(OnTextChange);
|
||||||
RecNet.Notifications.RegisterHandler("MarqueeTexts", d);
|
RecNet.Notifications.RegisterHandler("MarqueeTexts", d);
|
||||||
@@ -40,6 +38,6 @@ namespace undead_universal_patch_il2cpp.Patches.Internals.NotificationTargets
|
|||||||
}
|
}
|
||||||
|
|
||||||
Core.Util.ConditionalDebug("Replaced marquee texts");
|
Core.Util.ConditionalDebug("Replaced marquee texts");
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user