mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Can log in, still errors all over the place due to missing .typeclass/.dbobj
This commit is contained in:
parent
b839614259
commit
3d557f6bf9
3 changed files with 8 additions and 8 deletions
|
|
@ -286,7 +286,7 @@ class TypedObject(SharedMemoryModel):
|
|||
"""
|
||||
Returns the object's dbref on the form #NN.
|
||||
"""
|
||||
return "#%s" % GA(self, "_TypedObject__dbid_get")()
|
||||
return "#%s" % self.dbid
|
||||
|
||||
def __dbref_set(self):
|
||||
raise Exception("dbref cannot be set!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue