Remove prototype init from evennia init

This commit is contained in:
Griatch 2022-01-03 22:22:19 +01:00
parent 498a031662
commit 1593a92d46
5 changed files with 18 additions and 11 deletions

View file

@ -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"):