mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Fix condition for maintenance late-load
This commit is contained in:
parent
f9ca50ba5f
commit
bd297876ca
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ def _server_maintenance():
|
|||
global _LAST_SERVER_TIME_SNAPSHOT
|
||||
global _OBJECTDB
|
||||
|
||||
if not _FLUSH_CACHE:
|
||||
if not _MAINTENANCE_COUNT:
|
||||
from evennia.objects.models import ObjectDB as _OBJECTDB
|
||||
from evennia.utils import gametime as _GAMETIME_MODULE
|
||||
from evennia.utils.idmapper.models import conditional_flush as _FLUSH_CACHE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue