Skip to content

Commit

Permalink
v5-Fix-Heist-maxWager
Browse files Browse the repository at this point in the history
  • Loading branch information
CKY- committed Jul 15, 2023
1 parent 477a678 commit be64e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/games/builtin/heist/heist-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const heistCommand = {
if (heistSettings.settings.entryMessages.wagerAmountTooHigh) {
const wagerAmountTooHighMsg = heistSettings.settings.entryMessages.wagerAmountTooHigh
.replace("{user}", username)
.replace("minWager}", minWager);
.replace("{maxWager}", maxWager);

await twitchChat.sendChatMessage(wagerAmountTooHighMsg, null, chatter);
}
Expand Down

0 comments on commit be64e70

Please sign in to comment.