mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 18:26:32 +01:00
Changed TickerHandler to use the new ExtendedLoopingCall. This means the individual ticker-timers will continue from the last running time after a reload rather than starting over.
This commit is contained in:
parent
dd150ef3bb
commit
4b1b842bd2
2 changed files with 21 additions and 9 deletions
|
|
@ -313,6 +313,8 @@ class Evennia(object):
|
|||
|
||||
from src.server.oobhandler import OOB_HANDLER
|
||||
OOB_HANDLER.save()
|
||||
from src.scripts.tickerhandler import TICKER_HANDLER
|
||||
TICKER_HANDLER.save()
|
||||
|
||||
if SERVER_STARTSTOP_MODULE:
|
||||
SERVER_STARTSTOP_MODULE.at_server_reload_stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue