mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Moved default class import markers to base model.
This commit is contained in:
parent
40421bcc76
commit
e77d86a8f7
8 changed files with 15 additions and 10 deletions
|
|
@ -141,8 +141,6 @@ class ScriptBase(ScriptDB):
|
|||
|
||||
"""
|
||||
__metaclass__ = TypeclassBase
|
||||
__settingsclasspath__ = settings.BASE_SCRIPT_TYPECLASS
|
||||
__defaultclasspath__ = "evennia.scripts.scripts.DefaultScript"
|
||||
objects = ScriptManager()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue