mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-03 16:39:25 +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 debug
|
||||||
import world
|
import world
|
||||||
import drivers
|
import drivers
|
||||||
|
import schedule
|
||||||
|
schedule.addPeriodicEvent(world.upkeep, 300)
|
||||||
world.startedAt = started
|
world.startedAt = started
|
||||||
try:
|
try:
|
||||||
while world.ircs:
|
while world.ircs:
|
||||||
|
Loading…
Reference in New Issue
Block a user