mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Forgot the world.upkeep periodic event.
This commit is contained in:
parent
85caaf6696
commit
78d32f1be9
@ -60,6 +60,8 @@ def main():
|
||||
import debug
|
||||
import world
|
||||
import drivers
|
||||
import schedule
|
||||
schedule.addPeriodicEvent(world.upkeep, 300)
|
||||
world.startedAt = started
|
||||
try:
|
||||
while world.ircs:
|
||||
|
Loading…
Reference in New Issue
Block a user