mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
start global scripts
This commit is contained in:
parent
7a7416b084
commit
20887ee3a0
1 changed files with 3 additions and 0 deletions
|
|
@ -481,6 +481,9 @@ class EvenniaServerService(MultiService):
|
|||
# always call this regardless of start type
|
||||
self.at_server_start()
|
||||
|
||||
# initialize and start global scripts
|
||||
evennia.GLOBAL_SCRIPTS.start()
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def shutdown(self, mode="reload", _reactor_stopping=False):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue