mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
fix cold-start logic
This commit is contained in:
parent
284fb68553
commit
99b3022297
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