mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
start script regardless of whether newly created
This commit is contained in:
parent
f093c8bcb1
commit
bef8c676cb
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class GlobalScriptContainer(Container):
|
|||
|
||||
# store a hash representation of the setup
|
||||
script.attributes.add("_global_script_settings", compare_hash, category="settings_hash")
|
||||
script.start()
|
||||
script.start()
|
||||
|
||||
return script
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue