Fixed a migration that didn't run properly. Made typeclass loading a little more forgiving, giving a log_trace and loading the dbclass rather than crashing immediately.
This commit is contained in:
parent
000f14c028
commit
84ccbf6b86
3 changed files with 16 additions and 7 deletions
|
|
@ -15,8 +15,8 @@ from evennia.scripts.manager import ScriptManager
|
|||
from evennia.comms import channelhandler
|
||||
from evennia.utils import logger
|
||||
|
||||
__all__ = ["DefaultScript", "DoNothing", "CheckSessions",
|
||||
"ValidateScripts", "ValidateChannelHandler"]
|
||||
__all__ = ["DefaultScript", "DoNothing", "Store"]
|
||||
|
||||
|
||||
_GA = object.__getattribute__
|
||||
_SESSIONS = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue