Skip to content

Commit

Permalink
remove some debuggin'
Browse files Browse the repository at this point in the history
  • Loading branch information
XDelta committed Mar 14, 2024
1 parent 1eaff77 commit ba18288
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ResonitePTTKeybinds/ResonitePTTKeybinds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ static void Postfix(VoiceModeSync __instance) {
[HarmonyPatch(typeof(UserspaceRadiantDash), "OnAttach")]
class UserspaceRadiantDashOnAttach_Patch {
static void Postfix(UserspaceRadiantDash __instance) {
//Engine.Current.WorldManager.
Msg("Attached in Userspace");
Slot overlayRoot = __instance.World.GetGloballyRegisteredComponent<OverlayManager>().OverlayRoot; // Root/Userspace/Overlay/
Slot vmp = overlayRoot.AddSlot("VoiceModeProxy", false);
VoiceModeSync vms = vmp.AttachComponent<VoiceModeSync>();
Expand Down

0 comments on commit ba18288

Please sign in to comment.