mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Stray bit of code
This commit is contained in:
parent
b9661c5c96
commit
757cfded99
1 changed files with 0 additions and 1 deletions
|
|
@ -429,7 +429,6 @@ class Guest(Player):
|
|||
This class is used for guest logins. Unlike Players, Guests and their
|
||||
characters are deleted after disconnection.
|
||||
"""
|
||||
print __doc__
|
||||
def at_post_login(self, sessid=None):
|
||||
"""
|
||||
In theory, guests only have one character regardless of which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue