parent
a9b4d8e826
commit
7f7dd3bbf2
5 changed files with 19 additions and 12 deletions
|
|
@ -416,7 +416,7 @@ class Evennia(object):
|
|||
yield [
|
||||
(s.pause(manual_pause=False), s.at_server_reload())
|
||||
for s in ScriptDB.get_all_cached_instances()
|
||||
if s.is_active or s.attributes.has("_manual_pause")
|
||||
if s.id and (s.is_active or s.attributes.has("_manual_pause"))
|
||||
]
|
||||
yield self.sessions.all_sessions_portal_sync()
|
||||
self.at_server_reload_stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue