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
|
|
@ -204,7 +204,7 @@ class PlayerDBAdmin(BaseUserAdmin):
|
|||
obj.save()
|
||||
if not change:
|
||||
#calling hooks for new player
|
||||
ply = obj.typeclass
|
||||
ply = obj
|
||||
ply.basetype_setup()
|
||||
ply.at_player_creation()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue