Merge pull request #3382 from InspectorCaracal/patch-18
Start global scripts
This commit is contained in:
commit
c7f3fab3db
1 changed files with 3 additions and 0 deletions
|
|
@ -481,6 +481,9 @@ class EvenniaServerService(MultiService):
|
||||||
# always call this regardless of start type
|
# always call this regardless of start type
|
||||||
self.at_server_start()
|
self.at_server_start()
|
||||||
|
|
||||||
|
# initialize and start global scripts
|
||||||
|
evennia.GLOBAL_SCRIPTS.start()
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def shutdown(self, mode="reload", _reactor_stopping=False):
|
def shutdown(self, mode="reload", _reactor_stopping=False):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue