mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3710 from InspectorCaracal/patch-39
Remove redundant and incorrect session-clearing from `at_server_cold_start`
This commit is contained in:
commit
9c9b7d0c42
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue