mirror of
https://github.com/evennia/evennia.git
synced 2026-04-07 00:45:22 +02:00
Merge pull request #2708 from InspectorCaracal/global_script_start
Auto-start global scripts
This commit is contained in:
commit
2203b2d327
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