diff --git a/BH/Modules/Bnet/Bnet.cpp b/BH/Modules/Bnet/Bnet.cpp index dbf69b02..fab9822a 100644 --- a/BH/Modules/Bnet/Bnet.cpp +++ b/BH/Modules/Bnet/Bnet.cpp @@ -12,7 +12,7 @@ Patch* nextGame2 = new Patch(Call, D2MULTI, { 0x14A0B, 0xB5E9 }, (int)Bnet::Next Patch* nextPass1 = new Patch(Call, D2MULTI, { 0x14D64, 0xADE6 }, (int)Bnet::NextPassPatch, 5); Patch* nextPass2 = new Patch(Call, D2MULTI, { 0x14A46, 0xB624 }, (int)Bnet::NextPassPatch, 5); Patch* ftjPatch = new Patch(Call, D2CLIENT, { 0x4363E, 0x443FE }, (int)FailToJoin_Interception, 6); -Patch* removePass = new Patch(Call, D2MULTI, { 0x1250, 0x1AD0 }, (int)Bnet::RemovePassPatch, 5); +Patch* removePass = new Patch(Call, D2MULTI, { 0x1250, 0x1AD0 }, (int)RemovePass_Interception, 5); void Bnet::OnLoad() { LoadConfig();