From 7f09085218a4b7473d33853c0a4193bd8ac60c8c Mon Sep 17 00:00:00 2001 From: TheApadayo Date: Wed, 1 Feb 2017 22:20:53 -0500 Subject: [PATCH] [Party] Possible fix --- src/Components/Modules/Party.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Modules/Party.cpp b/src/Components/Modules/Party.cpp index 01ad3888..83c911aa 100644 --- a/src/Components/Modules/Party.cpp +++ b/src/Components/Modules/Party.cpp @@ -215,6 +215,7 @@ namespace Components // Disable host migration Utils::Hook::Set(0x5B58B2, 0xEB); Utils::Hook::Set(0x4D6171, 0); + Utils::Hook::Nop(0x4077A1, 5); // PartyMigrate_Frame // Patch playlist stuff for non-party behavior Utils::Hook::Set(0x4A4093, &partyEnable);