Further work on controlling the portal with AMP
This commit is contained in:
parent
c46d181566
commit
ff887a07ab
5 changed files with 113 additions and 58 deletions
|
|
@ -173,6 +173,7 @@ class Evennia(object):
|
|||
self.amp_protocol = None # set by amp factory
|
||||
self.sessions = SESSIONS
|
||||
self.sessions.server = self
|
||||
self.process_id = os.getpid()
|
||||
|
||||
# Database-specific startup optimizations.
|
||||
self.sqlite3_prep()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue