Remove prototype init from evennia init
This commit is contained in:
parent
498a031662
commit
1593a92d46
5 changed files with 18 additions and 11 deletions
|
|
@ -363,9 +363,9 @@ def _init():
|
|||
# delayed starts - important so as to not back-access evennia before it has
|
||||
# finished initializing
|
||||
GLOBAL_SCRIPTS.start()
|
||||
from .prototypes import prototypes
|
||||
prototypes.load_module_prototypes()
|
||||
del prototypes
|
||||
# from .prototypes import prototypes
|
||||
# prototypes.load_module_prototypes()
|
||||
# del prototypes
|
||||
|
||||
|
||||
def set_trace(term_size=(140, 80), debugger="auto"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue