mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 15:56:30 +01:00
Removing the resync step for doing a server reset - this should act pretty much like a shutdown.
This commit is contained in:
parent
94477b8340
commit
e82ccc72ae
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ class Evennia(object):
|
|||
if mode == 'reset':
|
||||
# don't call disconnect hooks on reset
|
||||
yield [(o.typeclass, o.at_server_shutdown()) for o in ObjectDB.get_all_cached_instances()]
|
||||
yield self.all_sessions_portal_sync()
|
||||
else: # shutdown
|
||||
yield [(o.typeclass, o.at_disconnect(), o.at_server_shutdown()) for o in ObjectDB.get_all_cached_instances()]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue