mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
First version of changed sessid->session change that starts properly. Not fully tested yet.
This commit is contained in:
parent
d496606a3c
commit
efefe3e5ff
11 changed files with 28 additions and 25 deletions
|
|
@ -198,7 +198,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
currently connected to this object.
|
||||
|
||||
"""
|
||||
return any(self.sessions)
|
||||
return self.sessions.count()
|
||||
|
||||
@property
|
||||
def is_superuser(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue