Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha committed Feb 4, 2024
1 parent 24b537d commit 9c81f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@ def actionSpaceButtonFour(self):
marioPartyFourStarSpace = getStarSpaceCodeFour(starSpaceAmountFour)
marioPartyFourLotterySpace = getLotterySpaceCodeFour(lotterySpaceAmountFour)
marioPartyFourBooSpace = getBooSpaceCodeFour(booSpaceAmountFour)
marioPartyFourBooSpace = getMinigameCodeFour(minigameAmountFour)
marioPartyFourBooSpace = getMinigameCodeFour(miniGameAmountFour)

if redSpaceAmountFour == "DUMMY":
marioPartyFourRedSpace = ""
Expand Down

0 comments on commit 9c81f19

Please sign in to comment.