Redo lottery timer in modules/coins.py
This commit is contained in:
parent
a1e77c40e8
commit
fd9778bd25
1 changed files with 1 additions and 0 deletions
|
@ -781,3 +781,4 @@ class Module(ModuleManager.BaseModule):
|
|||
server.set_setting("lottery-winner", user.nickname)
|
||||
user.send_notice("You won %s in the lottery! you now have %s coins"
|
||||
% (self._coin_str(winnings), self._coin_str(new_coins)))
|
||||
event["timer"].redo()
|
||||
|
|
Loading…
Reference in a new issue