mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-27 05:21:13 -05:00
fix last commit
This commit is contained in:
parent
4264f4d6e3
commit
c2dc9632b4
@ -232,6 +232,7 @@ class BlackJack(callbacks.Plugin):
|
|||||||
chips = stake
|
chips = stake
|
||||||
elif stake > chips:
|
elif stake > chips:
|
||||||
chipsClass._addChips(player, stake - chips)
|
chipsClass._addChips(player, stake - chips)
|
||||||
|
chips = stake
|
||||||
if stake >= self.minStake and stake <= self.maxStake and stake <= chips:
|
if stake >= self.minStake and stake <= self.maxStake and stake <= chips:
|
||||||
# Now is good time to add new player and actually start a game.
|
# Now is good time to add new player and actually start a game.
|
||||||
self._addNewPlayer(player, stake)
|
self._addNewPlayer(player, stake)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user