fix cold-start logic

This commit is contained in:
InspectorCaracal 2025-01-10 15:42:22 -07:00 committed by GitHub
parent 284fb68553
commit 99b3022297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -673,12 +673,6 @@ class EvenniaServerService(MultiService):
shutdown or a reset.
"""
# We need to do this just in case the server was killed in a way where
# the normal cleanup operations did not have time to run.
from evennia.objects.models import ObjectDB
ObjectDB.objects.clear_all_sessids()
# Remove non-persistent scripts
from evennia.scripts.models import ScriptDB