Merge pull request #3710 from InspectorCaracal/patch-39

Remove redundant and incorrect session-clearing from `at_server_cold_start`
This commit is contained in:
Griatch 2025-01-18 12:09:16 +01:00 committed by GitHub
commit 9c9b7d0c42
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