Skip to content

Commit

Permalink
Fix typo in SimpleParty.js
Browse files Browse the repository at this point in the history
  • Loading branch information
theBGuy committed Dec 27, 2024
1 parent cdc164f commit 3bb49e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2bs/kolbot/libs/modules/workers/SimpleParty.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
ShitList.add(party.name);
}

if (player.partyflag === sdk.party.flag.Cancel) {
if (party.partyflag === sdk.party.flag.Cancel) {
clickParty(party, BUTTON_INVITE_ACCEPT_CANCEL); // cancel invitation
}

Expand Down

0 comments on commit 3bb49e4

Please sign in to comment.