mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Fixed errors in email_login module. Resolves #439. Also added script.object possibility as well as script.obj.
This commit is contained in:
parent
55a3be0e83
commit
803af4307b
2 changed files with 47 additions and 47 deletions
|
|
@ -161,6 +161,7 @@ class ScriptDB(TypedObject):
|
|||
# saving the field
|
||||
_GA(self, "save")(update_fields=[fname])
|
||||
obj = property(__get_obj, __set_obj)
|
||||
object = property(__get_obj, __set_obj)
|
||||
|
||||
|
||||
def at_typeclass_error(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue