mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Can now log in to a character selection screen. Lots more testing required before one-char-per-session works.
This commit is contained in:
parent
c0d634fe8c
commit
f1767251c6
6 changed files with 41 additions and 27 deletions
|
|
@ -282,7 +282,8 @@ class ObjectDB(TypedObject):
|
|||
def __sessid_del(self):
|
||||
"Deleter. Allows for del self.player"
|
||||
del_field_cache(self, "sessid")
|
||||
player = property(__sessid_get, __sessid_set, __sessid_del)
|
||||
sessid = property(__sessid_get, __sessid_set, __sessid_del)
|
||||
|
||||
# location property (wraps db_location)
|
||||
#@property
|
||||
def __location_get(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue