Typo in modules/coins.py, 'amount_amount_total' -> 'bet_amount_total'
This commit is contained in:
parent
e9fcd0c5e2
commit
1794da1f66
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
if choice == 0:
|
if choice == 0:
|
||||||
event["stdout"].write("Roulette spin lands on 0, "
|
event["stdout"].write("Roulette spin lands on 0, "
|
||||||
"the house wins, %s loses %s" % (
|
"the house wins, %s loses %s" % (
|
||||||
event["user"].nickname, amount_amount_total))
|
event["user"].nickname, bet_amount_total))
|
||||||
return
|
return
|
||||||
|
|
||||||
colour = "red" if choice in RED else "black"
|
colour = "red" if choice in RED else "black"
|
||||||
|
|
Loading…
Reference in a new issue