Skip to content

Commit

Permalink
call the correct bnet remove pass code
Browse files Browse the repository at this point in the history
  • Loading branch information
planqi committed Sep 12, 2017
1 parent e5b857f commit 9236034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BH/Modules/Bnet/Bnet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9236034

Please sign in to comment.