Redo lottery timer in modules/coins.py

This commit is contained in:
jesopo 2018-10-24 16:03:28 +01:00
parent a1e77c40e8
commit fd9778bd25

View file

@ -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()