mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2708 from InspectorCaracal/global_script_start
Auto-start global scripts
This commit is contained in:
commit
f5ea1844df
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