mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Removed .typeclass and .dbobj references in codebase.
This commit is contained in:
parent
1130dc5757
commit
70da53569d
23 changed files with 60 additions and 127 deletions
|
|
@ -119,7 +119,6 @@ class ObjectDBAdmin(admin.ModelAdmin):
|
|||
obj.save()
|
||||
if not change:
|
||||
# adding a new object
|
||||
obj = obj.typeclass
|
||||
obj.basetype_setup()
|
||||
obj.basetype_posthook_setup()
|
||||
obj.at_object_creation()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue