mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
start script regardless of whether newly created
This commit is contained in:
parent
8f1f604708
commit
3a3dbeed3c
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